Skip to content

Commit

Permalink
Add missing data file in setup.py (for py2.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
urubens committed Sep 23, 2021
1 parent 47e7590 commit 2ba7bcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,5 +56,5 @@
},
test_suite='cytomine.tests',
license='LICENSE',
data_files=[('', ['LICENSE', 'requirements.txt'])]
data_files=[('', ['LICENSE', 'requirements.txt', 'requirements-py2.7.txt'])]
)

0 comments on commit 2ba7bcb

Please sign in to comment.