Skip to content

Instantly share code, notes, and snippets.

@v2e4lisp
Created October 22, 2013 15:04
Show Gist options
  • Select an option

  • Save v2e4lisp/7102332 to your computer and use it in GitHub Desktop.

Select an option

Save v2e4lisp/7102332 to your computer and use it in GitHub Desktop.

How to upload a pip package?

  • setup.py, requirements.txt, MANIFEST.in

  • first register you package

python setup.py register
  • build dist & upload your package.
python setup.py sdist upload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment