We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f5872c commit e658296Copy full SHA for e658296
setup.py
@@ -3,6 +3,7 @@
3
import os
4
from setuptools import setup, find_packages
5
6
+
7
def readlocal(fname):
8
return open(os.path.join(os.path.dirname(__file__), fname)).read()
9
@@ -35,9 +36,9 @@ def readlocal(fname):
35
36
'Programming Language :: Python :: 2',
37
'Programming Language :: Python :: 2.7',
38
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.4',
39
'Programming Language :: Python :: 3.5',
40
'Programming Language :: Python :: 3.6',
41
+ 'Programming Language :: Python :: 3.7',
42
'Topic :: Scientific/Engineering',
43
'Topic :: Software Development :: Libraries',
44
]
0 commit comments