修改设置 py 文件
This commit is contained in:
parent
27e4ac217a
commit
990b162bb7
4
setup.py
4
setup.py
|
@ -16,8 +16,8 @@ setup(
|
||||||
version='0.1.0',
|
version='0.1.0',
|
||||||
description='Sample Package Python Tutorials',
|
description='Sample Package Python Tutorials',
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
author='Kenneth Reitz',
|
author='YuCheng Hu',
|
||||||
author_email='me@kennethreitz.com',
|
author_email='yucheng.hu@ossez.com',
|
||||||
url='https://github.com/kennethreitz/samplemod',
|
url='https://github.com/kennethreitz/samplemod',
|
||||||
license=license,
|
license=license,
|
||||||
packages=find_packages(exclude=('tests', 'docs'))
|
packages=find_packages(exclude=('tests', 'docs'))
|
||||||
|
|
Loading…
Reference in New Issue