summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2022-08-24 11:25:48 +0800
committerGitHub <noreply@github.com>2022-08-23 23:25:48 -0400
commit73482073696bb2385250c26c6138bded8c1a24e8 (patch)
treedef3d7c4077ce2a02431f6230563cfb016045315 /setup.cfg
parenteceb97975357fcc9eef3dabd01fa5f0737392164 (diff)
downloadpy-bcrypt-git-73482073696bb2385250c26c6138bded8c1a24e8.tar.gz
stop a deprecation warning and bump minimum setuptools (#396)
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 899bda7..c536d04 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -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