stop a deprecation warning and bump minimum setuptools (#396)

This commit is contained in:
Paul Kehrer 2022-08-24 11:25:48 +08:00 committed by GitHub
parent eceb979753
commit 7348207369
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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",
]

View File

@ -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