Skip to content

Commit 542ec6b

Browse files
committed
v0.0.3
1 parent 83ce30e commit 542ec6b

File tree

3 files changed

+20
-22
lines changed

3 files changed

+20
-22
lines changed

set.cfg

Lines changed: 0 additions & 22 deletions
This file was deleted.

setup.py

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
import setuptools
2+
3+
with open("README.md", "r", encoding="utf-8") as fh:
4+
long_description = fh.read()
5+
6+
setuptools.setup(
7+
name="xia_pypi",
8+
version="0.0.1",
9+
author="xia",
10+
author_email="xiazheng1996@126.com",
11+
description="xia pypi",
12+
url="https://github.com/bobenxia/xia_pypi",
13+
classifiers=[
14+
"Programming Language :: Python :: 3",
15+
"License :: OSI Approved :: MIT License",
16+
"Operating System :: POSIX :: Linux",
17+
],
18+
packages=setuptools.find_packages(),
19+
python_requires='>=3.6',
20+
)

0 commit comments

Comments
 (0)