Skip to content

Commit 3425eeb

Browse files
committed
🚜 file reorgnisation
1 parent 8b8262f commit 3425eeb

File tree

9 files changed

+18
-3
lines changed

9 files changed

+18
-3
lines changed

.gitignore

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,3 +468,10 @@ cscope.files
468468
cscope.out
469469
cscope.in.out
470470
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.

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ pypi-mobans
88
.. image:: https://codecov.io/github/moremoban/pypi-mobans/coverage.png
99
:target: https://codecov.io/github/moremoban/pypi-mobans
1010

11+
.. image:: https://img.shields.io/gitter/room/gitterHQ/gitter.svg
12+
:target: https://gitter.im/chfw_moban/Lobby
1113

1214

1315
Scaffolding mobans for your Python project.
@@ -42,7 +44,6 @@ You can get it:
4244
4345
$ git clone https://github.com/moremoban/pypi-mobans.git
4446
$ cd pypi-mobans
45-
$ python setup.py install
4647
4748
Notes
4849
================================================================================

local.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
configuration:
2-
configuration: config/data.yml
2+
configuration: pypi-mobans.yml
33
template_dir:
44
- .moban.d/
55
- templates

pypi-mobans.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,8 @@ license: public license
1111
dependencies:
1212
- lml
1313
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

pypi-package/.moban.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
configuration:
22
template_dir:
3-
- "../.moban.d"
3+
- "../.moban.dt"
44
- "../mobans/templates"
55
configuration: "../pypi-mobans.yml"
66
targets:
77
- README.rst: CUSTOM_README.rst.jj2
8+
- "../README.rst": CUSTOM_README.rst.jj2
89
- setup.py: custom_setup.py.jj2
910
- requirements.txt: requirements.txt.jj2
1011
- "tests/requirements.txt": "tests/custom_requirements.txt.jj2"
1112
- "docs/source/conf.py": "docs/source/conf.py.jj2"
1213
- test.sh: test.script.jj2
1314
- "pypi_mobans/_version.py": "_version.py.jj2"
15+
1416
copy:
1517
- "pypi_mobans/resources/templates": ../templates/**
File renamed without changes.

0 commit comments

Comments
 (0)