mirror of
https://github.com/jazzband/django-authority.git
synced 2026-03-16 22:20:28 +00:00
Minor updates.
This commit is contained in:
parent
ff95d54a26
commit
28b6e4cb59
2 changed files with 9 additions and 0 deletions
|
|
@ -58,6 +58,13 @@ html version using the setup.py::
|
||||||
Changelog:
|
Changelog:
|
||||||
==========
|
==========
|
||||||
|
|
||||||
|
0.15 (unreleased):
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* Moved CI to GitHub Actions.
|
||||||
|
* Add Django 3.0 and 3.1 support.
|
||||||
|
* Add Python 3.6 and 3.8 support.
|
||||||
|
|
||||||
0.14 (2020-02-07):
|
0.14 (2020-02-07):
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
||||||
2
setup.py
2
setup.py
|
|
@ -30,7 +30,9 @@ setup(
|
||||||
"Programming Language :: Python :: 2",
|
"Programming Language :: Python :: 2",
|
||||||
"Programming Language :: Python :: 2.7",
|
"Programming Language :: Python :: 2.7",
|
||||||
"Programming Language :: Python :: 3",
|
"Programming Language :: Python :: 3",
|
||||||
|
"Programming Language :: Python :: 3.6",
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
|
"Programming Language :: Python :: 3.8",
|
||||||
"Framework :: Django",
|
"Framework :: Django",
|
||||||
],
|
],
|
||||||
install_requires=["django"],
|
install_requires=["django"],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue