We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ddc241 commit c9db36fCopy full SHA for c9db36f
2 files changed
MANIFEST.in
@@ -1,4 +1,4 @@
1
-include CHANGES.rst README.rst COPYING
+include CHANGELOG.rst README.rst COPYING
2
recursive-include tests *
3
recursive-include docs *
4
global-exclude *.pyc
setup.py
@@ -54,10 +54,10 @@ def run_tests(self):
54
name='django-babel',
55
description='Utilities for using Babel in Django',
56
long_description=read('README.rst') + u'\n\n' + read('CHANGELOG.rst'),
57
- version='1.0-dev',
+ version='0.3.2',
58
license='BSD',
59
- author='Christopher Lenz',
60
- author_email='cmlenz@gmail.com',
+ author='Christopher Grebs',
+ author_email='cg@webshox.org',
61
url='http://github.com/graingert/django-babel/',
62
packages=find_packages(exclude=('tests',)),
63
tests_require=test_requires,
0 commit comments