Skip to content

Commit

Permalink
avoid those damn .pyc files (fixes #36, thanks @fladi)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Balogh committed Aug 10, 2011
1 parent 4c9639c commit 8d8498b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
@@ -1,3 +1,5 @@
include LICENSE
include README.rst
recursive-exclude django_nose *.py[co]
recursive-include testapp *
recursive-exclude testapp *.py[co]

0 comments on commit 8d8498b

Please sign in to comment.