File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 33## master
44
55* Django 1.8 compatibility, thank you `` tox `` (#5 ).
6+ * Compatible with Python 3 (tested with Python 3.4), thx @wo0dyn (#6 ).
7+ * Various fixes and added a proper MIT License file (#8 ).
68
79## v0.0.5
810
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ def namespace_packages(project_name):
6565if __name__ == '__main__' : # ``import setup`` doesn't trigger setup().
6666 setup (name = name ,
6767 version = '0.0.6.dev' ,
68- description = """Chunk large querysetsinto small chunks, and iterate over them without killing your RAM.""" , # noqa
68+ description = """Chunk large QuerySets into small chunks, and iterate over them without killing your RAM.""" , # noqa
6969 long_description = readme ,
7070 classifiers = [
7171 'Environment :: Web Environment' ,
@@ -85,8 +85,8 @@ def namespace_packages(project_name):
8585 'License :: OSI Approved :: MIT License' ,
8686 ],
8787 keywords = '' ,
88- author = 'Novapost ' ,
89- author_email = 'rd@novapost.fr ' ,
88+ author = 'PeopleDoc ' ,
89+ author_email = 'rd@people-doc.com ' ,
9090 url = 'https://github.com/novafloss/%s' % name ,
9191 license = 'MIT' ,
9292 packages = ['chunkator' ],
You can’t perform that action at this time.
0 commit comments