Showing
1 changed file
with
3 additions
and
2 deletions
| @@ -10,8 +10,8 @@ except IOError: | @@ -10,8 +10,8 @@ except IOError: | ||
| 10 | 10 | ||
| 11 | setup( | 11 | setup( |
| 12 | name='django-contrib-comments', | 12 | name='django-contrib-comments', |
| 13 | - version='1.6.1', | ||
| 14 | - url="http://github.com/django/django-contrib-comments", | 13 | + version='1.6.2', |
| 14 | + url="https://github.com/django/django-contrib-comments", | ||
| 15 | description='The code formerly known as django.contrib.comments.', | 15 | description='The code formerly known as django.contrib.comments.', |
| 16 | long_description=long_description, | 16 | long_description=long_description, |
| 17 | author='Django Software Foundation', | 17 | author='Django Software Foundation', |
| @@ -33,6 +33,7 @@ setup( | @@ -33,6 +33,7 @@ setup( | ||
| 33 | 'Programming Language :: Python :: 3', | 33 | 'Programming Language :: Python :: 3', |
| 34 | 'Programming Language :: Python :: 3.2', | 34 | 'Programming Language :: Python :: 3.2', |
| 35 | 'Programming Language :: Python :: 3.3', | 35 | 'Programming Language :: Python :: 3.3', |
| 36 | + 'Programming Language :: Python :: 3.4', | ||
| 36 | ], | 37 | ], |
| 37 | packages=find_packages(exclude=['tests']), | 38 | packages=find_packages(exclude=['tests']), |
| 38 | include_package_data=True, | 39 | include_package_data=True, |
Please
register
or
login
to post a comment