We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83ce30e commit 542ec6bCopy full SHA for 542ec6b
set.cfg
setup.py
@@ -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
+)
xia_pypi/__init__.PY xia_pypi/__init__.pyxia_pypi/__init__.PY renamed to xia_pypi/__init__.py
0 commit comments