Skip to content

Commit

Permalink
MANIFEST.in and .gitignore gardening
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 26, 2014
1 parent aaf4032 commit 9c2804c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,14 @@ __pycache__
*.pyc
*.pyo
*.so
bin/
eggs/
develop-eggs/
parts/
.installed.cfg
*.py[co]
__pycache__/
build/
dist/
*.egg-info/
.tox/
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
include *.rst
include *.txt
include *.py
include buildout.cfg

recursive-include src *

Expand Down

0 comments on commit 9c2804c

Please sign in to comment.