We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a41dd9 commit 263d201Copy full SHA for 263d201
.moban.yml
@@ -11,6 +11,6 @@ targets:
11
- .travis.yml: travis.yml
12
- requirements.txt: requirements.txt
13
- LICENSE: LICENSE.jj2
14
- - MANIFEST.in: MANIFEST.in.jj2
+ - MANIFEST.in: MANIFEST.in
15
- "doc/source/index.rst": "docs/source/index.rst.jj2"
16
- "tests/requirements.txt": "tests/requirements.txt"
MANIFEST.in
@@ -1,2 +1,4 @@
1
include README.rst
2
include CHANGELOG.rst
3
+prune mysite
4
+prune polls
0 commit comments