diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-12-04 11:08:16 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2018-12-04 11:08:16 -0500 |
commit | f6eb0f96fec2a124333381c6a80ccd4f27290a7d (patch) | |
tree | 1dc20385009169baac43a31212d9dfd5ed2b6dde /README.md | |
parent | 3767b4566c124f0b7ac15352b0614d8ef94f23d1 (diff) | |
download | wheeblast-master.tar.gz |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 21 |
1 files changed, 21 insertions, 0 deletions
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. |