Skip to content

Commit

Permalink
build: tweak MANIFEST
Browse files Browse the repository at this point in the history
  • Loading branch information
geertj committed Jul 3, 2015
1 parent f29e93f commit 956fb48
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ include setup.py release.py runtests.py
include setup.cfg tox.ini
include AUTHORS LICENSE README.rst MANIFEST.in TODO
include *requirements.txt
include gruvi/*.py gruvi/txdbus/*.py gruvi/_sslcompat.c
include src/*py src/*.[ch]
include lib/gruvi/*.py lib/gruvi/txdbus/*.py
include src/*.py src/*.[ch]
include tests/*.py
include tests/bin/*
exclude tests/bin/*.*
include changelog.txt
include docs/Makefile docs/conf.py docs/*.rst
include examples/*.py
exclude gruvi/__pycache__/*.c *.so
exclude __pycache__/* *.so

0 comments on commit 956fb48

Please sign in to comment.