Skip to content

Commit bc7b923

Browse files
committed
Update setup.py, don't force tests folder, fix changes naming
1 parent 96b3af1 commit bc7b923

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class PyTest(TestCommand):
3838

3939
def finalize_options(self):
4040
TestCommand.finalize_options(self)
41-
self.test_args = ['tests']
41+
self.test_args = []
4242
self.test_suite = True
4343

4444
def run_tests(self):
@@ -51,7 +51,7 @@ def run_tests(self):
5151
setup(
5252
name='django-babel',
5353
description='Utilities for using Babel in Django',
54-
long_description=read('README.rst') + u'\n\n' + read('CHANGES.rst'),
54+
long_description=read('README.rst') + u'\n\n' + read('CHANGELOG.rst'),
5555
version='1.0-dev',
5656
license='BSD',
5757
author='Christopher Lenz',

0 commit comments

Comments
 (0)