Skip to content

Commit 28588cd

Browse files
author
Za Wilgustus
authored
Merge pull request #1092 from caphrim007/bugfix.setup-requirements-not-included
Adds setup_requirements to setup.py
2 parents 312dbe6 + 8f4c260 commit 28588cd

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)