Skip to content

Commit

Permalink
Merge pull request #145 from pllim/drop-py2-4-setuptools
Browse files Browse the repository at this point in the history
MNT: Compatibility with setuptools 58.0.2
  • Loading branch information
pllim committed Sep 7, 2021
2 parents 7057c7b + f8a76ce commit d857f3a
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 @@ -21,6 +21,7 @@
'Topic :: Software Development :: Libraries :: Python Modules',
],
setup_requires=['setuptools_scm'],
python_requires='>=3.6',
install_requires=[
'astropy',
'numpy',
Expand All @@ -40,6 +41,5 @@
include_dirs=[np_include()],
optional=True)
],
use_2to3=False,
zip_safe=False
)

0 comments on commit d857f3a

Please sign in to comment.