From f6eb0f96fec2a124333381c6a80ccd4f27290a7d Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 4 Dec 2018 11:08:16 -0500 Subject: Semi-initial commit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..e40eea8 --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# wheeblast + +## Requirements + +- Docker + +## Using + +1. Edit `etc/config.sh` +2. Run `start.sh` +3. Drink coffee + +Wheels are placed in the `wheelhouse` and source distribution archives end up in `disthouse`. Both directories are automatically created for you. + +In order to upload packages you will need to install `twine` and configure `~/.pypirc` (or local configuration file) to point to an index of your choice. + +## Encouragement + +This is a proof of concept. Use at your own risk. + +Good luck. -- cgit