Skip to content

Instantly share code, notes, and snippets.

@staplerfahrer
Forked from innovia/MANIFEST.in
Created December 17, 2020 14:53
Show Gist options
  • Save staplerfahrer/4bb7d709cbf0bf54c33ab50a7fd397f4 to your computer and use it in GitHub Desktop.
Save staplerfahrer/4bb7d709cbf0bf54c33ab50a7fd397f4 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