Skip to content

Commit

Permalink
Fix MANIFEST.in per check-manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Jul 31, 2017
1 parent 3e3b966 commit ffa711f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,11 +1,21 @@
include *.txt
include *.rst
include MANIFEST.in
include bootstrap.py
include buildout.cfg
include compat.cfg
include tox.ini
include .travis.yml
include appveyor.yml
include .coveragerc

recursive-include src *.py
recursive-include src *.rst
recursive-include src *.zcml
recursive-include src *.c
recursive-include include *.h *.txt

recursive-include docs *.bat
recursive-include docs *.py
recursive-include docs *.rst
recursive-include docs Makefile

0 comments on commit ffa711f

Please sign in to comment.