提交 22687289 authored 作者: David Warde-Farley's avatar David Warde-Farley

Add metadata to setup() call that should've already been there.

上级 533ba55d
...@@ -110,10 +110,13 @@ def do_setup(): ...@@ -110,10 +110,13 @@ def do_setup():
setup(name=NAME, setup(name=NAME,
version=VERSION, version=VERSION,
description=DESCRIPTION, description=DESCRIPTION,
long_description=LONG_DESCRIPTION,
classifiers=CLASSIFIERS,
author=AUTHOR, author=AUTHOR,
author_email=AUTHOR_EMAIL, author_email=AUTHOR_EMAIL,
url=URL, url=URL,
license=LICENSE, license=LICENSE,
platforms=PLATFORMS,
packages=find_packages(), packages=find_packages(),
install_requires=['numpy>=1.3.0', 'scipy>=0.7.0'], install_requires=['numpy>=1.3.0', 'scipy>=0.7.0'],
package_data={ package_data={
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论