修改设置 py 文件

This commit is contained in:
YuCheng Hu 2021-03-05 16:22:48 -05:00
parent 27e4ac217a
commit 990b162bb7
No known key found for this signature in database
GPG Key ID: 1E5CBEF8B550FB7D
1 changed files with 2 additions and 2 deletions

View File

@ -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'))