Skip to content
Snippets Groups Projects
MANIFEST.in 215 B
Newer Older
  • Learn to ignore specific revisions
  • thomaswoehlke's avatar
    thomaswoehlke committed
    graft src/covid19/static
    graft src/covid19/templates
    global-exclude *.pyc
    
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    include BACKLOG.md
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    include LICENSE.md
    include requirements/*.txt
    graft artwork
    graft docs
    prune docs/_build
    graft tests
    
    thomaswoehlke's avatar
    thomaswoehlke committed
    global-exclude *.pyc