We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 312dbe6 + 8f4c260 commit 28588cdCopy full SHA for 28588cd
1 file changed
setup.py
@@ -43,6 +43,7 @@
43
packages=find_packages(
44
exclude=["*.test", "*.test.*", "test.*", "test_*", "test", "test*"]
45
),
46
+ data_files=[('.', ['setup_requirements.txt'])],
47
classifiers=[
48
'Development Status :: 5 - Production/Stable',
49
'License :: OSI Approved :: Apache Software License',
0 commit comments