diff --git a/Makefile b/Makefile index 69ba1e1..7f1d71f 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,6 @@ clean: rm -f MANIFEST rm -Rf build rm -Rf dist - rm -f *.rst rm -Rf rdlmpy.egg-info rm -Rf rdlmpy/__pycache__ rm -Rf tests/__pycache__ @@ -27,10 +26,7 @@ sdist: clean test: cd tests && nosetests -rst: - cat README.md |pandoc --from=markdown --to=rst >README.rst - -upload: rst +upload: python setup.py sdist register upload coverage: