Compare commits

...

4 Commits

Author SHA1 Message Date
8ec1e6fd02 Advanced to version 0.1.1. 2022-11-24 08:43:37 +11:00
b37861eccc Changed the minimum python version to 3.7. 2022-11-24 08:43:02 +11:00
f2e51b46cb Fixed a grammar typo in README.rst. 2022-11-24 08:20:18 +11:00
387f86ef8c Advanced to version 0.1.0. 2022-11-24 08:16:49 +11:00
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 from the latest source from the
You may also install the latest source from the
`flask-digest-auth Github repository`_.
::

View File

@ -17,7 +17,7 @@
[metadata]
name = flask-digest-auth
version = 0.0.0
version = 0.1.1
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.10
python_requires = >=3.7
install_requires =
flask
tests_require =