File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -64,4 +64,4 @@ Settings
6464Tested Versions
6565---------------
6666
67- Django versions 1.7-1.10 should be supported, Python 3 versions supported as per the Django releases.
67+ Django versions 1.11-2.2 should be supported, Python 3 versions supported as per the Django releases.
Original file line number Diff line number Diff line change 22
33setup (
44 name = 'intouch_queryset_csv' ,
5- version = '0.2.1 ' ,
5+ version = '0.3.0 ' ,
66 description = 'Module to export django querysets as csv files' ,
77 maintainer = 'James Cheese' ,
88 maintainer_email = '[email protected] ' ,
9- url = 'https://bitbucket.org/intouchltd /queryset-csv' ,
9+ url = 'https://github.com/intouch-smartwater /queryset-csv' ,
1010 packages = ['intouch' , 'intouch.queryset_csv' ],
1111 keywords = 'django queryset csv' ,
1212 classifiers = [
1717 'License :: OSI Approved :: MIT License' ,
1818 'Programming Language :: Python :: 3.4' ,
1919 'Programming Language :: Python :: 3.5' ,
20-
20+ 'Programming Language :: Python :: 3.6' ,
2121 ],
2222 install_requires = ['django>=1.7' ]
2323)
You can’t perform that action at this time.
0 commit comments