Skip to content

Commit a731a54

Browse files
authored
Merge pull request #183 from syslabcom/scrum-2340--cleanup--manifest
Ignore all build relevant but runtime irrelevant config files.
2 parents 087b102 + 856a560 commit a731a54

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

MANIFEST.in

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,13 @@ graft src/recensio
22
graft docs
33
include *.md
44
include *.rst
5-
exclude *.txt
65
exclude *.cfg
7-
exclude .github.cfg
6+
exclude *.js
7+
exclude *.txt
8+
exclude .*
9+
exclude Makefile
10+
exclude package.json
11+
exclude yarn.lock
812
prune .github
13+
prune resources
914
global-exclude *.pyc

0 commit comments

Comments
 (0)