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