Skip to content

Commit 4e56283

Browse files
committed
changelog updated, along with setup.py
* tiny typo fixed in the setup.py description, * updated the changelog to reflect the most recent updates
1 parent 2f417e1 commit 4e56283

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def namespace_packages(project_name):
6565
if __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'],

0 commit comments

Comments
 (0)