Skip to content

Commit

Permalink
Add Trove classifiers.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke authored and samgiles committed Apr 24, 2017
1 parent 4c4b7bc commit 8dc02f8
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,29 @@
author_email = "donald.stufft@gmail.com",
maintainer = "Samuel Giles",
maintainer_email = "sam.e.giles@gmail.com",
classifiers=[
# See: https://pypi.python.org/pypi?:action=list_classifiers
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD License',
# List of python versions and their support status:
# https://en.wikipedia.org/wiki/CPython#Version_history
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Internet :: WWW/HTTP :: HTTP Servers',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Testing',
],
packages = ["slumber"],
zip_safe = False,
install_requires = install_requires,
Expand Down

0 comments on commit 8dc02f8

Please sign in to comment.