Skip to content

Commit b4838db

Browse files
committed
🚜 copying templates to pypi package
1 parent 49f482d commit b4838db

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
configuration:
22
configuration: config/data.yml
33
template_dir:
4-
- .moban.dt/
4+
- .moban.d/
55
- templates
66
- ../sphinx-quickstart-templates
77
targets:
Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
configuration:
22
template_dir:
3-
- "mobans/templates"
4-
- ".moban.d"
5-
configuration: pypi-mobans.yml
3+
- "../.moban.d"
4+
- "../mobans/templates"
5+
configuration: "../pypi-mobans.yml"
66
targets:
77
- README.rst: CUSTOM_README.rst.jj2
88
- setup.py: custom_setup.py.jj2
@@ -12,3 +12,6 @@ targets:
1212
- test.sh: test.script.jj2
1313
- "pypi_mobans/_version.py": "_version.py.jj2"
1414
- .gitignore: gitignore.jj2
15+
- .travis.yml: travis.yml.jj2
16+
copy:
17+
- "pypi_mobans/resources/templates": ../templates/**

0 commit comments

Comments
 (0)