We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b3af1 commit bc7b923Copy full SHA for bc7b923
setup.py
@@ -38,7 +38,7 @@ class PyTest(TestCommand):
38
39
def finalize_options(self):
40
TestCommand.finalize_options(self)
41
- self.test_args = ['tests']
+ self.test_args = []
42
self.test_suite = True
43
44
def run_tests(self):
@@ -51,7 +51,7 @@ def run_tests(self):
51
setup(
52
name='django-babel',
53
description='Utilities for using Babel in Django',
54
- long_description=read('README.rst') + u'\n\n' + read('CHANGES.rst'),
+ long_description=read('README.rst') + u'\n\n' + read('CHANGELOG.rst'),
55
version='1.0-dev',
56
license='BSD',
57
author='Christopher Lenz',
0 commit comments