Skip to content

Instantly share code, notes, and snippets.

@innovia
Last active October 23, 2022 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save innovia/2ac66f13a438a6a81c3aa225cdb250bb to your computer and use it in GitHub Desktop.
Save innovia/2ac66f13a438a6a81c3aa225cdb250bb to your computer and use it in GitHub Desktop.
# Manifest syntax https://docs.python.org/2/distutils/sourcedist.html
graft wheelhouse
recursive-exclude __pycache__ *.pyc *.pyo *.orig
exclude *.js*
exclude *.git*
exclude *.coveragerc
exclude *.sh
exclude proc*
exclude pylint*
exclude README*
include requirements*.*
exclude requirements-dev.*
include *.py
prune .git
prune venv
prune test*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment