File tree Expand file tree Collapse file tree 2 files changed +48
-18
lines changed Expand file tree Collapse file tree 2 files changed +48
-18
lines changed Original file line number Diff line number Diff line change 1
- {% extends "CUSTOM_README .rst.jj2" %}
1
+ {% extends 'README .rst.jj2' %}
2
2
3
+ {% block documentation_link %}
4
+ {% endblock %}
5
+
6
+ {% block features %}
7
+ {{description}}
8
+ It is used with `yehua <https://github.com/chfw/yehua>`_.
9
+ Organisations using it:
10
+
11
+ - `pyexcel <https://github.com/pyexcel/pyexcel>`_.
12
+ - `coala <https://github.com/coala/coala>`_.
13
+ - `pyecharts <https://github.com/pyecharts/pyecharts>`_.
14
+ - `echarts-maps <https://github.com/echarts-maps>`_.
15
+
16
+ Features
17
+ ================================================================================
18
+
19
+ setup.py
20
+ ----------
21
+
22
+ 1. flake8 compliant setup.py
23
+
24
+ 2. feature parity with `kennethreitz/setup.py <https://github.com/kennethreitz/setup.py>`_
25
+
26
+ - automatically upload to pypi without using twine
27
+
28
+ - automatically do git release while uploading to pypi
29
+
30
+ 3. configured to build universial wheels by default
31
+ {% endblock %}
32
+
33
+ {% block bottom_block %}
3
34
{% block github_note %}
4
- Maintenance
35
+ {% endblock %}
36
+ Notes
5
37
================================================================================
6
38
7
- `mobans` lives in `templates` folder. python package lives in `pypi-package`
8
- folder. `upstreaming.yml` is used to upstream sphinx templates into pypi-mobans.
9
- Everything else are meta data.
10
39
11
- `moban -m mobanfile` will update all meta files including the files in
12
- `pypi-package`
40
+ In order to run, `python setup.py publish`, you will have setup `.pypirc` in
41
+ your home folder as::
42
+
43
+ [distutils]
44
+ index-servers =
45
+ pypi
46
+
47
+ [pypi]
48
+ username=your_name
49
+ password=your_password
50
+
51
+
52
+ And you need to configure `gease`.
53
+ {% endblock %}
13
54
14
- {% endblock %}
Original file line number Diff line number Diff line change @@ -47,16 +47,6 @@ You can get it:
47
47
$ git clone https://github.com/moremoban/pypi-mobans.git
48
48
$ cd pypi-mobans
49
49
50
- Maintenance
51
- ================================================================================
52
-
53
- `mobans ` lives in `templates ` folder. python package lives in `pypi-package `
54
- folder. `upstreaming.yml ` is used to upstream sphinx templates into pypi-mobans.
55
- Everything else are meta data.
56
-
57
- `moban -m mobanfile ` will update all meta files including the files in
58
- `pypi-package `
59
-
60
50
Notes
61
51
================================================================================
62
52
You can’t perform that action at this time.
0 commit comments