summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-11-03 21:35:03 +0100
committerMS <ms@taler.net>2020-11-03 21:35:03 +0100
commit9538556eed30d213ae80d2b99981c8bd6afcb30a (patch)
tree29b71ac1f1ab376af9cd6551127bb16578cafa98
parent47b25c05bfbf33351382ff7f007bd90f036f6320 (diff)
downloadtaler-util-9538556eed30d213ae80d2b99981c8bd6afcb30a.tar.gz
taler-util-9538556eed30d213ae80d2b99981c8bd6afcb30a.tar.bz2
taler-util-9538556eed30d213ae80d2b99981c8bd6afcb30a.zip
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
-------