Skip to content

Commit 1b48a69

Browse files
authored
Reintroduce Python 2 Compatibility in setup.py (NewFuture#460) (NewFuture#462)
* Update setup.py added python2 back
1 parent 4f82472 commit 1b48a69

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

setup.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,15 @@
126126

127127
# Indicate who your project is intended for
128128
'Intended Audience :: Developers',
129-
'Topic :: Software Development :: Build Tools',
129+
'Intended Audience :: End Users/Desktop',
130+
'Intended Audience :: Information Technology',
131+
'Intended Audience :: System Administrators',
132+
133+
# Topics
134+
'Topic :: Internet',
135+
'Topic :: Internet :: Name Service (DNS)',
136+
'Topic :: System :: Networking',
137+
'Topic :: Software Development',
130138

131139
# Pick your license as you wish
132140
'License :: OSI Approved :: MIT License',
@@ -135,7 +143,7 @@
135143
# that you indicate whether you support Python 2, Python 3 or both.
136144
# These classifiers are *not* checked by 'pip install'. See instead
137145
# 'python_requires' below.
138-
# 'Programming Language :: Python :: 2.7',
146+
'Programming Language :: Python :: 2.7',
139147
'Programming Language :: Python :: 3',
140148
],
141149

0 commit comments

Comments
 (0)