Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

Commit

Permalink
version bump and added classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
antonagestam committed Mar 13, 2014
1 parent 1259784 commit 719b0a8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setup(
name='Collectfast',
version='0.1.13',
version='0.1.14',
description='Custom management command that compares the MD5 sum and '
'etag from S3 and if the two are the same skips file copy.',
long_description=open('README.md').read(),
Expand All @@ -16,4 +16,6 @@
license='Creative Commons Attribution-ShareAlike 3.0 Unported License',
include_package_data=True,
install_requires=['Django>=1.4', 'python-dateutil>=2.1', 'pytz>=2013b',],
)
classifiers=['Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3']
)

0 comments on commit 719b0a8

Please sign in to comment.