Skip to content

Commit

Permalink
stop a deprecation warning and bump minimum setuptools (#396)
Browse files Browse the repository at this point in the history
  • Loading branch information
reaperhulk authored Aug 24, 2022
1 parent eceb979 commit 7348207
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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",
]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7348207

Please sign in to comment.