Skip to content

Commit

Permalink
Administrivia
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Sep 29, 2017
1 parent 62ee610 commit 5ee7157
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
from __pkginfo__ import \
author, author_email, classifiers, \
install_requires, license, long_description, \
modname, packages, py_modules, \
modname, py_modules, \
short_desc, version, web, zip_safe

__import__('pkg_resources')
Expand Down Expand Up @@ -52,7 +52,6 @@
long_description = long_description,
py_modules = py_modules,
name = modname,
packages = packages,
test_suite = 'nose.collector',
url = web,
version = version,
Expand Down

0 comments on commit 5ee7157

Please sign in to comment.