File tree Expand file tree Collapse file tree 9 files changed +18
-3
lines changed Expand file tree Collapse file tree 9 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -468,3 +468,10 @@ cscope.files
468
468
cscope.out
469
469
cscope.in.out
470
470
cscope.po.out
471
+
472
+ # pypi-mobans
473
+ mobans /
474
+ pypi-package /README.rst
475
+ pypi-package /pypi_mobans /resources /
476
+ pypi-package /test.sh
477
+
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ pypi-mobans
8
8
.. image :: https://codecov.io/github/moremoban/pypi-mobans/coverage.png
9
9
:target: https://codecov.io/github/moremoban/pypi-mobans
10
10
11
+ .. image :: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
12
+ :target: https://gitter.im/chfw_moban/Lobby
11
13
12
14
13
15
Scaffolding mobans for your Python project.
@@ -42,7 +44,6 @@ You can get it:
42
44
43
45
$ git clone https://github.com/moremoban/pypi-mobans.git
44
46
$ cd pypi-mobans
45
- $ python setup.py install
46
47
47
48
Notes
48
49
================================================================================
Original file line number Diff line number Diff line change 1
1
configuration :
2
- configuration : config/data .yml
2
+ configuration : pypi-mobans .yml
3
3
template_dir :
4
4
- .moban.d/
5
5
- templates
Original file line number Diff line number Diff line change @@ -11,3 +11,8 @@ license: public license
11
11
dependencies :
12
12
- lml
13
13
description : " Scaffolding mobans for your Python project."
14
+ gitter_room : chfw_moban/Lobby
15
+ setup_py : false
16
+ rsrcdir : docs/source
17
+ rbuilddir : docs/_build
18
+ mastertocmaxdepth : 3
Original file line number Diff line number Diff line change 1
1
configuration :
2
2
template_dir :
3
- - " ../.moban.d "
3
+ - " ../.moban.dt "
4
4
- " ../mobans/templates"
5
5
configuration : " ../pypi-mobans.yml"
6
6
targets :
7
7
- README.rst : CUSTOM_README.rst.jj2
8
+ - " ../README.rst " : CUSTOM_README.rst.jj2
8
9
- setup.py : custom_setup.py.jj2
9
10
- requirements.txt : requirements.txt.jj2
10
11
- " tests/requirements.txt " : " tests/custom_requirements.txt.jj2"
11
12
- " docs/source/conf.py " : " docs/source/conf.py.jj2"
12
13
- test.sh : test.script.jj2
13
14
- " pypi_mobans/_version.py " : " _version.py.jj2"
15
+
14
16
copy :
15
17
- " pypi_mobans/resources/templates " : ../templates/**
File renamed without changes.
You can’t perform that action at this time.
0 commit comments