Skip to content

Commit d857f3a

Browse files
authored
Merge pull request #145 from pllim/drop-py2-4-setuptools
MNT: Compatibility with setuptools 58.0.2
2 parents 7057c7b + f8a76ce commit d857f3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
'Topic :: Software Development :: Libraries :: Python Modules',
2222
],
2323
setup_requires=['setuptools_scm'],
24+
python_requires='>=3.6',
2425
install_requires=[
2526
'astropy',
2627
'numpy',
@@ -40,6 +41,5 @@
4041
include_dirs=[np_include()],
4142
optional=True)
4243
],
43-
use_2to3=False,
4444
zip_safe=False
4545
)

0 commit comments

Comments
 (0)