Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonfriesen/python-distribution-builder
This script builds tgz Python distributions.
https://github.com/jonfriesen/python-distribution-builder
Last synced: 24 days ago
JSON representation
This script builds tgz Python distributions.
- Host: GitHub
- URL: https://github.com/jonfriesen/python-distribution-builder
- Owner: jonfriesen
- Created: 2023-08-16T17:42:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-16T17:47:15.000Z (about 1 year ago)
- Last Synced: 2023-08-16T20:05:57.124Z (about 1 year ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# python-distribution-builder
This script builds tgz Python distributions.# Usage
1. Clone repository
2. `cd python-distribution-builder`
3. `docker run -it --rm -v .:/build ubuntu:bionic bash`
4. `cd /build`
5. `./build.sh `