diff --git a/setup.py b/setup.py index 5145b11da..d61ca93e1 100644 --- a/setup.py +++ b/setup.py @@ -43,6 +43,7 @@ packages=find_packages( exclude=["*.test", "*.test.*", "test.*", "test_*", "test", "test*"] ), + data_files=[('.', ['setup_requirements.txt'])], classifiers=[ 'Development Status :: 5 - Production/Stable', 'License :: OSI Approved :: Apache Software License',