Skip to content
Snippets Groups Projects
Commit 088ebaf64168 authored by Paul Kehrer's avatar Paul Kehrer
Browse files

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

parent d3531d81a814
No related branches found
No related tags found
No related merge requests found
[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 @@
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment