From 5c0fda33e5631fad78fae49df5a03d5b68031d6c Mon Sep 17 00:00:00 2001 From: Stephen Tiedemann Date: Fri, 20 Jan 2017 14:48:27 +0100 Subject: [PATCH] Separate requirments file for PyPI. Packages needed for upload to PyPI only need to be installed by the maintainer. Keep them separate. --- requirements-pypi.txt | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 requirements-pypi.txt diff --git a/requirements-pypi.txt b/requirements-pypi.txt new file mode 100644 index 0000000..64ea253 --- /dev/null +++ b/requirements-pypi.txt @@ -0,0 +1,14 @@ +# Packages needed for upload to PyPI. Works with the index servers and +# credentials in ~/.pypirc. +# +# python setup.py sdist bdist_wheel +# +# python setup.py register -r test +# twine upload -r test -s dist/ndeftool-x.y.z* +# +# python setup.py register -r pypi +# twine upload -r pypi -s dist/ndeftool-x.y.z* +# +setuptools +wheel +twine