Skip to content

Commit 8f4c260

Browse files
committed
Adds setup_requirements to setup.py
this is needed to correctly install from pypi
1 parent 312dbe6 commit 8f4c260

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
packages=find_packages(
4444
exclude=["*.test", "*.test.*", "test.*", "test_*", "test", "test*"]
4545
),
46+
data_files=[('.', ['setup_requirements.txt'])],
4647
classifiers=[
4748
'Development Status :: 5 - Production/Stable',
4849
'License :: OSI Approved :: Apache Software License',

0 commit comments

Comments
 (0)