From dcc9b662c65c0b462a51e1e209a15bb887312f0c Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 1 May 2022 09:59:36 -0600 Subject: fixed setup.cfg to allow uploading to pypi (#306) --- setup.cfg | 10 +++++----- 1 file 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" -- cgit v1.2.1