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 e4445da commit d797d37Copy full SHA for d797d37
setup.py
@@ -16,7 +16,7 @@
16
17
setup(
18
name='python-ctags3',
19
- version='1.5.0' ,
+ version='1.6.0' ,
20
description=doclines[0],
21
long_description="\n".join(doclines[2:]),
22
author='Aaron H. K. Diep',
@@ -41,7 +41,6 @@
41
'Operating System :: POSIX',
42
'Topic :: Software Development :: Libraries :: Python Modules',
43
"Programming Language :: Python :: 2.7",
44
- "Programming Language :: Python :: 3.4",
45
"Programming Language :: Python :: 3.5",
46
"Programming Language :: Python :: 3.6",
47
"Programming Language :: Python :: 3.7",
0 commit comments