Skip to content

Instantly share code, notes, and snippets.

@arthurazs
Last active May 27, 2018 21:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arthurazs/746f61d9f9cc5a5ddcaa48c0723ae545 to your computer and use it in GitHub Desktop.
Save arthurazs/746f61d9f9cc5a5ddcaa48c0723ae545 to your computer and use it in GitHub Desktop.

.md to .rst

$ apt install pandoc
$ cd git/dotapatch
$ pandoc --from=markdown --to=rst --output=PyPIREADME.rst README.md 

Test here

.pypirc

[pypi]
repository: https://upload.pypi.org/legacy/
username = arthurazs

upload

$ python setup.py sdist bdist_wheel
$ twine upload dist/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment