mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Pyformat and changelog fixes.
This commit is contained in:
parent
a6c4d8f6ba
commit
2666c90400
2 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
3.1 (master)
|
3.1 (2019-05-16)
|
||||||
------------
|
----------------
|
||||||
|
|
||||||
- Django 2.1 support and tests.
|
- Django 2.1 support and tests.
|
||||||
- Django 2.2 support and tests.
|
- Django 2.2 support and tests.
|
||||||
|
|
|
@ -27,7 +27,7 @@ classifiers =
|
||||||
packages = find:
|
packages = find:
|
||||||
include_package_data = True
|
include_package_data = True
|
||||||
zip_safe = False
|
zip_safe = False
|
||||||
python_requires = '>=3.4'
|
python_requires = >=3.4
|
||||||
install_requires =
|
install_requires =
|
||||||
# Essential packages
|
# Essential packages
|
||||||
six
|
six
|
||||||
|
|
Loading…
Reference in a new issue