Skip to content

Commit

Permalink
Fix sdist manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkhaeuser committed Oct 26, 2016
1 parent bec8f87 commit ce20a2d
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
include LICENSE.txt
include README.rst
include requirements.txt
include tox.ini

recursive-include tests *
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
recursive-include docs *

global-exclude __pycache__
global-exclude *.py[co]
global-exclude .token
global-exclude .*.sw*

prune docs/source/api

0 comments on commit ce20a2d

Please sign in to comment.