Skip to content

Commit c6e7141

Browse files
committed
🎨 minor update
1 parent aad70e3 commit c6e7141

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.moban.dt/INDEX_README.rst.jj2

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{% extends "CUSTOM_README.rst.jj2" %}
22

33
{% block github_note %}
4-
File organisation
4+
Maintenance
55
================================================================================
66

77
`mobans` lives in `templates` folder. python package lives in `pypi-package`
88
folder. `upstreaming.yml` is used to upstream sphinx templates into pypi-mobans.
9+
Everything else are meta data.
910

10-
11-
Everything else are meta data.
11+
`moban -m mobanfile` will update all meta files including the files in
12+
`pypi-package`
1213

1314
{% endblock %}

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
include:
1616
- stage: moban
1717
script:
18-
- moban -m local.yml
18+
- moban -m upstreaming.yml
1919
- git diff --exit-code
2020

2121
stage: test

0 commit comments

Comments
 (0)