summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Lord <davidism@gmail.com>2022-07-17 09:12:11 -0700
committerDavid Lord <davidism@gmail.com>2022-07-17 09:16:47 -0700
commit4e83e35dadea01b954c9d57e83f9d70f3a55d85f (patch)
treed4a552e4687878db0b7cf608fc289a2529d8291d
parentec4218dde54ef12e676cfb74f7f93d192fd676a2 (diff)
downloadblinker-4e83e35dadea01b954c9d57e83f9d70f3a55d85f.tar.gz
update sdist manifest
-rw-r--r--MANIFEST.in11
1 files changed, 5 insertions, 6 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index c889dcc..cab5663 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,6 @@
-include LICENSE.rst
-include README.rst
include CHANGES.rst
-recursive-include tests *py
-recursive-include docs/source *rst *py
-recursive-include docs/text *txt
-recursive-include docs/html *html *txt *png *css *js *inv
+include tox.ini
+graft docs
+prune docs/_build
+graft tests
+global-exclude *.pyc