We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 820796d commit 75f5cf9Copy full SHA for 75f5cf9
setup.py
@@ -1,17 +1,14 @@
1
from setuptools import setup, find_packages
2
3
-author = 'Steve Lamb'
4
-author_email = 'slamb@azavea.com'
5
-
6
setup(
7
name='django-queryset-csv',
8
- version='0.3.3',
+ version='1.0.0',
9
description='A simple python module for writing querysets to csv',
10
long_description=open('README.rst').read(),
11
- author=author,
12
- author_email=author_email,
13
- maintainer=author,
14
- maintainer_email=author_email,
+ author='Steve Lamb',
+ author_email='slamb@azavea.com',
+ maintainer='Michael Maurizi',
+ maintainer_email='mmaurizi@azavea.com',
15
url='http://github.com/azavea/django-queryset-csv',
16
packages=find_packages(exclude=('test_app',)),
17
keywords="django queryset csv",
0 commit comments