summaryrefslogtreecommitdiff
path: root/MANIFEST.in
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2022-05-15 20:24:52 -0500
committerMichael Merickel <michael@merickel.org>2022-05-15 20:41:32 -0500
commit617bc4c2eba62701de64196e1199c93cc7277ce4 (patch)
tree435aa3d6456da966a81cac6febeace7021c3ec89 /MANIFEST.in
parentee1d364dabd544fe4bf355b2c6578e4237b03992 (diff)
downloadpastedeploy-git-617bc4c2eba62701de64196e1199c93cc7277ce4.tar.gz
refactor to a src folder
Diffstat (limited to 'MANIFEST.in')
-rw-r--r--MANIFEST.in15
1 files changed, 11 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index 938fb5c..1108a6c 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,14 +1,21 @@
-graft .github
+graft src/paste
graft tests
-graft paste/deploy/paster_templates
+graft docs
+graft .github
-include docs/*.txt
+include setup.cfg
+include README.rst
+include contributing.md
include license.txt
+include .coveragerc
include pytest.ini
include tox.ini
include rtd.txt
include pyproject.toml
-include contributing.md
+
+prune docs/_build
+prune docs/_themes
+prune tests/fake_packages/FakeApp.egg/EGG-INFO
global-exclude __pycache__ *.py[cod]
global-exclude .DS_Store