Skip to content

Commit dcc9b66

Browse files
authored
fixed setup.cfg to allow uploading to pypi (#306)
1 parent c2c4c9b commit dcc9b66

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[metadata]
22
name = bcrypt
33
version = attr: bcrypt.__about__.__version__
4-
description = attr: bcrypt.__about__.__summary__
4+
description = Modern password hashing for your software and your servers
55
long_description = file: README.rst
66
long_description_content_type = text/x-rst
7-
license = attr: bcrypt.__about__.__license__
7+
license = Apache License, Version 2.0
88
license_file = LICENSE
9-
url = attr: bcrypt.__about__.__uri__
10-
author = attr: bcrypt.__about__.__author__
11-
author_email = attr: bcrypt.__about__.__email__
9+
url = https://github.com/pyca/bcrypt/
10+
author = The Python Cryptographic Authority developers
11+
author_email = cryptography-dev@python.org
1212
classifiers =
1313
Development Status :: 5 - Production/Stable"
1414
License :: OSI Approved :: Apache Software License"

0 commit comments

Comments
 (0)