summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2022-05-15 18:46:47 -0500
committerMichael Merickel <michael@merickel.org>2022-05-15 19:55:08 -0500
commitc666acbfa11257abed3395e433d5d0af8a35e260 (patch)
treed7858ed83b2890638eb5810d7629cac5b946e9d4 /MANIFEST.in
parent0fae4f855bbb356a84f1a2d67d89c75463b131ae (diff)
downloadpastedeploy-git-c666acbfa11257abed3395e433d5d0af8a35e260.tar.gz
refactor package info to setup.cfg, run pyupgrade
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 8586f10..938fb5c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,7 +1,14 @@
-include docs/*.txt
-include license.txt
+graft .github
graft tests
graft paste/deploy/paster_templates
+include docs/*.txt
+include license.txt
+include pytest.ini
+include tox.ini
+include rtd.txt
+include pyproject.toml
+include contributing.md
+
global-exclude __pycache__ *.py[cod]
global-exclude .DS_Store