Skip to content

Commit

Permalink
Workaround for setuptools bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
dokterbob committed Nov 16, 2017
1 parent 4e38704 commit 5e9081d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
url='http://github.com/dokterbob/django-newsletter/',
packages=find_packages(exclude=("tests", "test_project")),
include_package_data=True,
classifiers=(
classifiers=[
'Development Status :: 6 - Mature',
'Environment :: Web Environment',
'Framework :: Django',
Expand All @@ -73,7 +73,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Topic :: Utilities'
),
],
test_suite='runtests.run_tests',
tests_require=TEST_REQUIREMENTS
)

0 comments on commit 5e9081d

Please sign in to comment.