File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 88
99setup (
1010 name = 'django-model-changes' ,
11- version = '0.14 ' ,
11+ version = '0.15 ' ,
1212 packages = find_packages (exclude = ['tests' ]),
1313 license = 'MIT License' ,
1414 description = 'django-model-changes allows you to track model instance changes.' ,
1515 long_description = README ,
16- url = 'http://github.com/kajic /django-model-changes' ,
17- author = 'Robert Kajic ' ,
18- author_email = 'robert@kajic .com' ,
16+ url = 'http://github.com/modsy /django-model-changes' ,
17+ author = 'Modsy ' ,
18+ author_email = 'engineering@modsy .com' ,
1919 classifiers = [
2020 'Environment :: Web Environment' ,
2121 'Framework :: Django' ,
2525 'Programming Language :: Python' ,
2626 'Programming Language :: Python :: 2' ,
2727 'Programming Language :: Python :: 2.7' ,
28+ 'Programming Language :: Python :: 3' ,
2829 'Topic :: Internet :: WWW/HTTP' ,
2930 'Topic :: Internet :: WWW/HTTP :: Dynamic Content' ,
3031 ],
You can’t perform that action at this time.
0 commit comments