https://github.com/zjykzj/python-setup.py
Sample program for packaging and distributing Python packages
https://github.com/zjykzj/python-setup.py
python python-setup setup-py
Last synced: 4 months ago
JSON representation
Sample program for packaging and distributing Python packages
- Host: GitHub
- URL: https://github.com/zjykzj/python-setup.py
- Owner: zjykzj
- License: apache-2.0
- Created: 2020-08-12T12:09:24.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-20T08:40:58.000Z (over 4 years ago)
- Last Synced: 2025-07-31T11:37:43.250Z (5 months ago)
- Topics: python, python-setup, setup-py
- Language: Python
- Homepage:
- Size: 40 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
«python-setup.py» shows how to package Python programs
## Table of Contents
- [Table of Contents](#table-of-contents)
- [Maintainers](#maintainers)
- [Thanks](#thanks)
- [Contributing](#contributing)
- [License](#license)
## Maintainers
* zhujian - *Initial work* - [zjykzj](https://github.com/zjykzj)
## Thanks
* [facebookresearch/detectron2](https://github.com/facebookresearch/detectron2)
* [navdeep-G/setup.py](https://github.com/navdeep-G/setup.py/blob/master/setup.py)
## Contributing
Anyone's participation is welcome! Open an [issue](https://github.com/zjykzj/python-setup.py/issues) or submit PRs.
Small note:
* Git submission specifications should be complied with [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0-beta.4/)
* If versioned, please conform to the [Semantic Versioning 2.0.0](https://semver.org) specification
* If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
## License
[Apache License 2.0](LICENSE) © 2020 zjykzj
