Test/support Django 2.1

This commit is contained in:
medmunds
2018-05-24 11:18:19 -07:00
parent f7aa67c42c
commit 51d2a404c0
6 changed files with 132 additions and 14 deletions

View File

@@ -70,6 +70,7 @@ setup(
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"License :: OSI Approved :: BSD License",
"Topic :: Communications :: Email",
"Topic :: Software Development :: Libraries :: Python Modules",
@@ -80,6 +81,7 @@ setup(
"Framework :: Django :: 1.10",
"Framework :: Django :: 1.11",
"Framework :: Django :: 2.0",
"Framework :: Django :: 2.1",
"Environment :: Web Environment",
],
long_description=long_description,