Skip to content

Commit

Permalink
Separate requirments file for PyPI.
Browse files Browse the repository at this point in the history
Packages needed for upload to PyPI only need to be installed by the
maintainer. Keep them separate.
  • Loading branch information
nehpetsde committed Jan 20, 2017
1 parent 8f1533c commit 5c0fda3
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions 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

0 comments on commit 5c0fda3

Please sign in to comment.