Skip to content

Commit

Permalink
use python_requires in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dnjohnstone committed Jul 16, 2019
1 parent 224557c commit c1d39fd
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 @@ -46,7 +46,6 @@
packages=find_packages(),
# adjust the tabbing
install_requires=[
'python>=3.6',
'scipy>=0.15',
'numpy>=1.10',
'scikit-image==0.15.0',
Expand All @@ -55,6 +54,7 @@
'transforms3d',
'diffpy.structure>=3.0.0' # First Python 3 support
],
python_requires='>=3.6',
package_data={
"": ["LICENSE", "readme.rst", ],
"diffsims": ["*.py"],
Expand Down

0 comments on commit c1d39fd

Please sign in to comment.