summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2022-05-01 09:59:36 -0600
committerGitHub <noreply@github.com>2022-05-01 09:59:36 -0600
commitdcc9b662c65c0b462a51e1e209a15bb887312f0c (patch)
tree6e43bc110c5347cf62e128add6cd72528c2c2da4 /setup.cfg
parentc2c4c9bfbc24ebd3e1899831550192f02c315806 (diff)
downloadpy-bcrypt-git-dcc9b662c65c0b462a51e1e209a15bb887312f0c.tar.gz
fixed setup.cfg to allow uploading to pypi (#306)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg10
1 files changed, 5 insertions, 5 deletions
diff --git a/setup.cfg b/setup.cfg
index 92b831c..d823e3b 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,14 +1,14 @@
[metadata]
name = bcrypt
version = attr: bcrypt.__about__.__version__
-description = attr: bcrypt.__about__.__summary__
+description = Modern password hashing for your software and your servers
long_description = file: README.rst
long_description_content_type = text/x-rst
-license = attr: bcrypt.__about__.__license__
+license = Apache License, Version 2.0
license_file = LICENSE
-url = attr: bcrypt.__about__.__uri__
-author = attr: bcrypt.__about__.__author__
-author_email = attr: bcrypt.__about__.__email__
+url = https://github.com/pyca/bcrypt/
+author = The Python Cryptographic Authority developers
+author_email = cryptography-dev@python.org
classifiers =
Development Status :: 5 - Production/Stable"
License :: OSI Approved :: Apache Software License"