Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Commit

Permalink
MANIFEST.in and .gitignore gardening
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Dec 22, 2014
1 parent 2d61a38 commit f165df3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
bin/
eggs/
develop-eggs/
.installed.cfg
*.py[co]
__pycache__/
build/
dist/
*.egg-info/
5 changes: 5 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
include *.py
include *.txt
include .travis.yml
include buildout.cfg
recursive-include src *.txt

0 comments on commit f165df3

Please sign in to comment.