This commit is contained in:
guanjihuan
2021-05-22 22:03:32 +08:00
parent 67a4eede1d
commit ce0878c2d0
5 changed files with 983 additions and 0 deletions

25
PyPI/setup.cfg Normal file
View File

@@ -0,0 +1,25 @@
[metadata]
# replace with your username:
name = gjh
version = 0.0.9
author = guanjihuan
author_email = guanjihuan@163.com
description = An open source python package
long_description = file: README.md
long_description_content_type = text/markdown
url = https://py.guanjihuan.com
project_urls =
Bug Tracker = https://py.guanjihuan.com
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
[options.packages.find]
where = src