stop a deprecation warning and bump minimum setuptools (#396)
This commit is contained in:
parent
eceb979753
commit
7348207369
@ -1,7 +1,7 @@
|
||||
[build-system]
|
||||
# Must be kept in sync with `setup_requirements` in `setup.py`
|
||||
requires = [
|
||||
"setuptools>=40.8.0",
|
||||
"setuptools>=42.0.0",
|
||||
"wheel",
|
||||
"setuptools-rust",
|
||||
]
|
||||
|
||||
@ -5,7 +5,7 @@ description = Modern password hashing for your software and your servers
|
||||
long_description = file: README.rst
|
||||
long_description_content_type = text/x-rst
|
||||
license = Apache License, Version 2.0
|
||||
license_file = LICENSE
|
||||
license_files = LICENSE
|
||||
url = https://github.com/pyca/bcrypt/
|
||||
author = The Python Cryptographic Authority developers
|
||||
author_email = cryptography-dev@python.org
|
||||
|
||||
Loading…
Reference in New Issue
Block a user