@@ -29,7 +29,7 @@ def find_version(*file_paths):
29
29
name = 'django-seed' ,
30
30
version = find_version ('django_seed' , '__init__.py' ),
31
31
author = 'Tobin Brown' ,
32
- author_email = 'tobin@brobin.me ' ,
32
+ author_email = 'tobinjbrown@gmail.com ' ,
33
33
packages = ['django_seed' , 'django_seed.management' , 'django_seed.management.commands' ],
34
34
include_package_data = True ,
35
35
url = 'http://github.com/brobin/django-seed' ,
@@ -41,15 +41,16 @@ def find_version(*file_paths):
41
41
'License :: OSI Approved :: MIT License' ,
42
42
'Framework :: Django' ,
43
43
'Framework :: Django :: 1.11' ,
44
- 'Framework :: Django :: 2.0' ,
44
+ 'Framework :: Django :: 2.2' ,
45
+ 'Framework :: Django :: 3.0' ,
45
46
'Natural Language :: English' ,
46
47
'Programming Language :: Python' ,
47
- 'Programming Language :: Python :: 2' ,
48
- 'Programming Language :: Python :: 2.7' ,
49
48
'Programming Language :: Python :: 3' ,
50
49
'Programming Language :: Python :: 3.4' ,
51
50
'Programming Language :: Python :: 3.5' ,
52
51
'Programming Language :: Python :: 3.6' ,
52
+ 'Programming Language :: Python :: 3.7' ,
53
+ 'Programming Language :: Python :: 3.8' ,
53
54
'Topic :: Software Development :: Libraries :: Python Modules' ,
54
55
'Topic :: Software Development :: Testing' ,
55
56
'Topic :: Utilities' ,
0 commit comments