diff options
author | Stefan Kögl <stefan@skoegl.net> | 2018-09-25 10:46:50 +0200 |
---|---|---|
committer | Stefan Kögl <stefan@skoegl.net> | 2018-09-25 10:48:57 +0200 |
commit | 277e106016db0e81c64c561052be5360b9870974 (patch) | |
tree | 1f07fde55a1a76751e14b7614069f817fc2c9dcc /requirements-dev.txt | |
parent | f48c0878f8ecfa5209fc861855265bc4c8601006 (diff) | |
download | python-json-pointer-277e106016db0e81c64c561052be5360b9870974.tar.gz |
Avoid converting readme to rST for PyPI upload
PyPI now supports markdown descriptions. See
https://dustingram.com/articles/2018/03/16/markdown-descriptions-on-pypi
Diffstat (limited to 'requirements-dev.txt')
-rw-r--r-- | requirements-dev.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements-dev.txt b/requirements-dev.txt index 0dc8f0c..9fcb076 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,2 +1,3 @@ wheel -pypandoc==1.4 +twine>=1.11.0 +setuptools>=38.6.0 |