-
-
Notifications
You must be signed in to change notification settings - Fork 196
Expand file tree
/
Copy pathMANIFEST.in
More file actions
12 lines (12 loc) · 632 Bytes
/
MANIFEST.in
File metadata and controls
12 lines (12 loc) · 632 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
include {{cookiecutter.project_shortname}}/{{cookiecutter.project_shortname}}.min.js
include {{cookiecutter.project_shortname}}/{{cookiecutter.project_shortname}}.min.js.map
include {{cookiecutter.project_shortname}}/async-*.js
include {{cookiecutter.project_shortname}}/async-*.js.map
include {{cookiecutter.project_shortname}}/*-shared.js
include {{cookiecutter.project_shortname}}/*-shared.js.map
include {{cookiecutter.project_shortname}}/metadata.json
include {{cookiecutter.project_shortname}}/package-info.json
recursive-include {{cookiecutter.project_shortname}} *.css
include README.md
include LICENSE
include package.json