summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2019-10-27 09:08:53 +0100
committerMichele Simionato <michele.simionato@gmail.com>2019-10-27 09:08:53 +0100
commitd88ffb6e48142da0ef2b5a25a5bb77bf6c6d286a (patch)
tree48c98eb3a45fc19f961eb6943f62ef5d11edbb66 /Makefile
parent87f16a038352488cc9cf39ee94a1c744e42fb42e (diff)
downloadpython-decorator-git-d88ffb6e48142da0ef2b5a25a5bb77bf6c6d286a.tar.gz
Fixed Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5dd14b7..f016225 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
md: src/tests/documentation.py
python $(S)/ms/tools/py2md.py src/tests/documentation.py docs
-upload: README.md
+upload: README.rst
rm -rf build/* dist/* && python setup.py sdist bdist_wheel upload