File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change 1
- [bdist_wheel]
2
- universal = 1
3
-
4
1
[versioneer]
5
2
VCS = git
6
3
style = pep440
Original file line number Diff line number Diff line change @@ -36,12 +36,10 @@ def readme():
36
36
"Intended Audience :: Science/Research" ,
37
37
"Operating System :: OS Independent" ,
38
38
"Programming Language :: Python" ,
39
- "Programming Language :: Python :: 2" ,
40
- "Programming Language :: Python :: 2.7" ,
41
39
"Programming Language :: Python :: 3" ,
42
- "Programming Language :: Python :: 3.5" ,
43
40
"Programming Language :: Python :: 3.6" ,
44
41
"Programming Language :: Python :: 3.7" ,
42
+ "Programming Language :: Python :: 3.8" ,
45
43
"Topic :: Scientific/Engineering" ,
46
44
],
47
45
keywords = "data" ,
@@ -50,5 +48,5 @@ def readme():
50
48
test_suite = "tests" ,
51
49
tests_require = tests_require ,
52
50
zip_safe = False ,
53
- python_requires = ">=3.5 " ,
51
+ python_requires = ">=3.6 " ,
54
52
)
You can’t perform that action at this time.
0 commit comments