修改设置 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',
description='Sample Package Python Tutorials',
long_description=readme,
author='Kenneth Reitz',
author_email='me@kennethreitz.com',
author='YuCheng Hu',
author_email='yucheng.hu@ossez.com',
url='https://github.com/kennethreitz/samplemod',
license=license,
packages=find_packages(exclude=('tests', 'docs'))