diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2019-10-27 09:08:53 +0100 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2019-10-27 09:08:53 +0100 |
| commit | d88ffb6e48142da0ef2b5a25a5bb77bf6c6d286a (patch) | |
| tree | 48c98eb3a45fc19f961eb6943f62ef5d11edbb66 /Makefile | |
| parent | 87f16a038352488cc9cf39ee94a1c744e42fb42e (diff) | |
| download | python-decorator-git-d88ffb6e48142da0ef2b5a25a5bb77bf6c6d286a.tar.gz | |
Fixed Makefile
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
