Skip to content

Commit

Permalink
Fix manifest.in
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Sep 15, 2017
1 parent e68d13a commit e42da51
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
include *.rst
include *.txt
include *.py
include .coveragerc
include appveyor.yml
include .travis.yml
include tox.ini
include buildout.cfg

recursive-include docs *
recursive-include src *
Expand All @@ -8,3 +14,5 @@ global-exclude *.dll
global-exclude *.pyc
global-exclude *.pyo
global-exclude *.so

prune docs/_build

0 comments on commit e42da51

Please sign in to comment.