We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec4ce30 commit f14c4ceCopy full SHA for f14c4ce
1 file changed
setup.py
@@ -1,12 +1,8 @@
1
-#!/usr/bin/env python
+#!/usr/bin/env python3
2
3
import sys
4
5
-try:
6
- from setuptools import setup, Extension
7
-except ImportError:
8
- from distutils.core import setup
9
- from distutils.extension import Extension
+from setuptools import setup, Extension
10
11
import _version
12
@@ -52,6 +48,8 @@
52
48
'Programming Language :: Python :: 3.4',
53
49
'Programming Language :: Python :: 3.5',
54
50
'Programming Language :: Python :: 3.6',
51
+ 'Programming Language :: Python :: 3.7',
+ 'Programming Language :: Python :: 3.8',
55
'Topic :: Communications',
56
],
57
)
0 commit comments