Skip to content

Commit 05e88e4

Browse files
authored
Update setup.py
1 parent 1f0af6f commit 05e88e4

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@
88

99
setup(
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',
@@ -25,6 +25,7 @@
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
],

0 commit comments

Comments
 (0)