https://github.com/hustcc/pypi-demo
Just a simple pypi package code structure. You can use it to register pypi package name.
https://github.com/hustcc/pypi-demo
pip pypi pypi-demo pypi-packages python
Last synced: 14 days ago
JSON representation
Just a simple pypi package code structure. You can use it to register pypi package name.
- Host: GitHub
- URL: https://github.com/hustcc/pypi-demo
- Owner: hustcc
- Created: 2017-03-14T02:53:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-14T05:02:44.000Z (about 8 years ago)
- Last Synced: 2025-02-14T04:27:46.675Z (2 months ago)
- Topics: pip, pypi, pypi-demo, pypi-packages, python
- Language: Python
- Homepage: https://github.com/hustcc/pypi-demo
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pypidemo
> Just a simple pypi package code structure. You can use it to **register pypi package** name.
## How to use
1. Clone the code into your folder.
2. Modify `setup.py`, and update the **PACKAGE_NAME** to yours.
3. Run `python setup.py sdist upload` to register the package name on pypi.org.## LICENSE
MIT @[hustcc](https://github.com/hustcc).