summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-16 18:07:52 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2018-06-16 18:07:52 -0700
commitc725d3f143427f7787db08f4ab7a9bd0b719f4c5 (patch)
tree0b074b429e3486500809782c40821c268b9dfa01
parentea76ee82eba1700e1143022050b368460fc9cd7f (diff)
downloadpy-bcrypt-git-c725d3f143427f7787db08f4ab7a9bd0b719f4c5.tar.gz
Add useful trove classifiers (dev status & license) (#143)
The trove classifiers are displayed on PyPI and so helps inform library users about the project. Document that the project is stable and ready for use in production. Document the project is licensed under the Apache software license.
-rw-r--r--setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index f9c4b68..1824be0 100644
--- a/setup.py
+++ b/setup.py
@@ -221,6 +221,8 @@ setup(
zip_safe=False,
classifiers=[
+ "Development Status :: 5 - Production/Stable",
+ "License :: OSI Approved :: Apache Software License",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python :: 2",