Skip to content

Commit

Permalink
Exclude admin and bin directories from the source checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigc committed Jul 16, 2016
1 parent d3e7c00 commit 9c1970d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,8 @@ include NEWS README.rst INSTALL.rst CONTRIBUTING LICENSE code_of_conduct.md

# Exclude admin scripts and things only useful when running from a source checkout
exclude codecov.yml
exclude bin/_preamble.py
exclude admin
exclude bin/admin
recursive-exclude admin *
recursive-exclude bin/admin *
prune bin
prune admin

# Include test-running utilities for downstream packagers
include tox.ini .coveragerc
Expand Down

0 comments on commit 9c1970d

Please sign in to comment.