Skip to content

Commit

Permalink
Update kitting instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Jan 26, 2017
1 parent 748d83e commit 9f62f0a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions Makefile
Expand Up @@ -29,7 +29,4 @@ kit:
$(SDIST_CMD)

kit_upload:
$(SDIST_CMD) upload

pypi:
python setup.py register
twine upload dist/*
1 change: 0 additions & 1 deletion howto.txt
Expand Up @@ -6,5 +6,4 @@
- Update README.rst with latest changes
- Kits:
$ make kit
$ make pypi
$ make kit_upload
1 change: 1 addition & 0 deletions requirements.txt
@@ -1,2 +1,3 @@
# To run tests, we just need tox.
tox >= 1.8
twine

0 comments on commit 9f62f0a

Please sign in to comment.