Compare commits

..

No commits in common. "8ec1e6fd028f726e6bbf5dcd76a42b62224ad760" and "1e43206ee7928a8a8d3c57df2e312e78ca18db6b" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ It's suggested that you install with ``pip``:
pip install flask-digest-auth
You may also install the latest source from the
You may also install from the latest source from the
`flask-digest-auth Github repository`_.
::

View File

@ -17,7 +17,7 @@
[metadata]
name = flask-digest-auth
version = 0.1.1
version = 0.0.0
author = imacat
author_email = imacat@mail.imacat.idv.tw
description = The Flask HTTP Digest Authentication project.
@ -38,7 +38,7 @@ classifiers =
package_dir =
= src
packages = find:
python_requires = >=3.7
python_requires = >=3.10
install_requires =
flask
tests_require =