summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index 6cf55b4..c32166e 100644
--- a/README
+++ b/README
@@ -40,6 +40,22 @@ build-systems:
1. a small GNU guidelines following wrapper around python's pip
2. python's default build-facility used via setup
+How to upload to pypi.org
+-------------------------
+
+1) From top-level directory:
+
+$ make dist
+
+2) Install Twine, if it's not installed yet:
+
+$ pip3 install twine
+
+3) Upload the files to PyPI (interactively providing the credentials):
+
+$ twine upload dist/*
+
+
License
-------