Skip to content

Commit 9f15916

Browse files
committed
Fix classifiers and license in setup.py
1 parent 867319e commit 9f15916

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,10 +147,12 @@ def write_version_py(filename=None):
147147

148148
setup(name=DISTNAME,
149149
version=FULLVERSION,
150-
description=DESCRIPTION,
151-
long_description=LONG_DESCRIPTION,
150+
license=LICENSE,
152151
author=AUTHOR,
153152
author_email=AUTHOR_EMAIL,
153+
classifiers=CLASSIFIERS,
154+
description=DESCRIPTION,
155+
long_description=LONG_DESCRIPTION,
154156
install_requires=['numpy >= 1.8', 'pandas >= 0.13.1'],
155157
tests_require=['mock >= 1.0.1', 'nose >= 1.0'],
156158
url=URL,

0 commit comments

Comments
 (0)