@@ -29,7 +29,7 @@ def find_version(*file_paths):
2929 name = 'django-seed' ,
3030 version = find_version ('django_seed' , '__init__.py' ),
3131 author = 'Tobin Brown' ,
32- 32+ 3333 packages = ['django_seed' , 'django_seed.management' , 'django_seed.management.commands' ],
3434 include_package_data = True ,
3535 url = 'http://github.com/brobin/django-seed' ,
@@ -41,15 +41,16 @@ def find_version(*file_paths):
4141 'License :: OSI Approved :: MIT License' ,
4242 'Framework :: Django' ,
4343 'Framework :: Django :: 1.11' ,
44- 'Framework :: Django :: 2.0' ,
44+ 'Framework :: Django :: 2.2' ,
45+ 'Framework :: Django :: 3.0' ,
4546 'Natural Language :: English' ,
4647 'Programming Language :: Python' ,
47- 'Programming Language :: Python :: 2' ,
48- 'Programming Language :: Python :: 2.7' ,
4948 'Programming Language :: Python :: 3' ,
5049 'Programming Language :: Python :: 3.4' ,
5150 'Programming Language :: Python :: 3.5' ,
5251 'Programming Language :: Python :: 3.6' ,
52+ 'Programming Language :: Python :: 3.7' ,
53+ 'Programming Language :: Python :: 3.8' ,
5354 'Topic :: Software Development :: Libraries :: Python Modules' ,
5455 'Topic :: Software Development :: Testing' ,
5556 'Topic :: Utilities' ,
0 commit comments