This website works better with JavaScript
Home
Explore
Help
Sign In
maoming
/
python-fastapi-mm-zhcs-yj-api
Watch
3
Star
1
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
17c24c8e50
Branches
Tags
master
python-fasta...
/
venv
/
Lib
/
site-packages
/
pkg_resources
/
tests
/
data
/
my-test-package-source
/
setup.py
setup.py
104 B
History
Raw
1
2
3
4
5
6
import setuptools
setuptools.setup(
name="my-test-package",
version="1.0",
zip_safe=True,
)