Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maurizi committed Nov 2, 2016
1 parent 820796d commit 75f5cf9
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
from setuptools import setup, find_packages

author = 'Steve Lamb'
author_email = '[email protected]'

setup(
name='django-queryset-csv',
version='0.3.3',
version='1.0.0',
description='A simple python module for writing querysets to csv',
long_description=open('README.rst').read(),
author=author,
author_email=author_email,
maintainer=author,
maintainer_email=author_email,
author='Steve Lamb',
author_email='[email protected]',
maintainer='Michael Maurizi',
maintainer_email='[email protected]',
url='http://github.com/azavea/django-queryset-csv',
packages=find_packages(exclude=('test_app',)),
keywords="django queryset csv",
Expand Down

0 comments on commit 75f5cf9

Please sign in to comment.