Skip to content

Commit 53c4229

Browse files
committed
build: prep for release.
set as production release. remove python 2 references.
1 parent 811415d commit 53c4229

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

setup.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ def main():
212212
setup(name='roundup',
213213
author="Richard Jones",
214214
author_email="[email protected]",
215-
classifiers=[#'Development Status :: 5 - Production/Stable',
216-
'Development Status :: 4 - Beta',
215+
classifiers=['Development Status :: 5 - Production/Stable',
216+
#'Development Status :: 4 - Beta',
217217
#'Development Status :: 3 - Alpha',
218218
'Environment :: Console',
219219
'Environment :: Web Environment',
@@ -230,8 +230,6 @@ def main():
230230
'Operating System :: Microsoft :: Windows',
231231
'Operating System :: POSIX',
232232
'Programming Language :: Python',
233-
'Programming Language :: Python :: 2',
234-
'Programming Language :: Python :: 2.7',
235233
'Programming Language :: Python :: 3',
236234
'Programming Language :: Python :: 3.7',
237235
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)