Skip to content

Commit cb43543

Browse files
committed
🥚 🎡 release 0.0.4
1 parent 5972a1b commit cb43543

File tree

8 files changed

+26
-57
lines changed

8 files changed

+26
-57
lines changed

.moban.d/CUSTOM_README.rst.jj2

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,11 @@
66
{% block features %}The project packages `pypi-mobans <https://github.com/moremoban/pypi-mobans>`_, `gitignore <https://github.com/github/gitignore>`_ and distributes it via pypi.
77
{% endblock %}
88

9+
{% block bottom_block %}
10+
11+
Maintenance
12+
==================
13+
14+
$ git submodule update --init --recursive
15+
16+
{% endblock %}

.travis.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
sudo: false
2+
dist: xenial
23
language: python
34
notifications:
45
email: false
56
python:
6-
- pypy-5.3.1
7-
- 3.7-dev
7+
- &pypy2 pypy2.7-6.0
8+
- &pypy3 pypy3.5-6.0
9+
- 3.8-dev
10+
- 3.7
811
- 3.6
912
- 3.5
10-
- 3.4
1113
- 2.7
1214
before_install:
1315
- if [[ $TRAVIS_PYTHON_VERSION == "2.6" ]]; then pip install flake8==2.6.2; fi

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ or clone it and install it:
3232
$ git clone https://github.com/moremoban/pypi-mobans-pkg.git
3333
$ cd pypi-mobans-pkg
3434
35+
3536
Maintenance
3637
==================
3738

docs/source/conf.py

Lines changed: 2 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,10 @@
2424
project = ''
2525
copyright = ''
2626
author = 'Onni Software Ltd. and its contributors'
27-
2827
# The short X.Y version
29-
version = '0.0.3.2'
28+
version = '0.0.4'
3029
# The full version, including alpha/beta/rc tags
31-
release = '0.0.3.2'
32-
30+
release = '0.0.4'
3331

3432
# -- General configuration ---------------------------------------------------
3533

@@ -41,12 +39,6 @@
4139
# Add any paths that contain templates here, relative to this directory.
4240
templates_path = ['_templates']
4341

44-
# The suffix(es) of source filenames.
45-
# You can specify multiple suffix as a list of string:
46-
#
47-
# source_suffix = ['.rst', '.md']
48-
source_suffix = '.rst'
49-
5042
# The master toctree document.
5143
master_doc = ''
5244

@@ -70,51 +62,16 @@
7062
#
7163
html_theme = 'alabaster'
7264

73-
# Theme options are theme-specific and customize the look and feel of a theme
74-
# further. For a list of options available for each theme, see the
75-
# documentation.
76-
#
77-
# html_theme_options = {}
78-
7965
# Add any paths that contain custom static files (such as style sheets) here,
8066
# relative to this directory. They are copied after the builtin static files,
8167
# so a file named "default.css" will overwrite the builtin "default.css".
8268
html_static_path = ['_static']
8369

84-
# Custom sidebar templates, must be a dictionary that maps document names
85-
# to template names.
86-
#
87-
# The default sidebars (for documents that don't match any pattern) are
88-
# defined by theme itself. Builtin themes are using these templates by
89-
# default: ``['localtoc.html', 'relations.html', 'sourcelink.html',
90-
# 'searchbox.html']``.
91-
#
92-
# html_sidebars = {}
93-
94-
95-
# -- Options for Epub output -------------------------------------------------
96-
97-
# Bibliographic Dublin Core info.
98-
epub_title = project
99-
100-
# The unique identifier of the text. This can be a ISBN number
101-
# or the project homepage.
102-
#
103-
# epub_identifier = ''
104-
105-
# A unique identification for the text.
106-
#
107-
# epub_uid = ''
108-
109-
# A list of files that should not be packed into the epub file.
110-
epub_exclude_files = ['search.html']
111-
11270
# -- Extension configuration -------------------------------------------------
11371
# -- Options for intersphinx extension ---------------------------------------
11472

11573
# Example configuration for intersphinx: refer to the Python standard library.
11674
intersphinx_mapping = {'https://docs.python.org/': None}
117-
11875
# TODO: html_theme not configurable upstream
11976
html_theme = 'default'
12077

pypi-mobans-pkg.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ organisation: "moremoban"
33
author: "C.W."
44
55
company: "Onni Software Ltd. and its contributors"
6-
version: "0.0.3.2"
7-
current_version: "0.0.3.2"
8-
release: "0.0.3.2"
6+
version: "0.0.4"
7+
current_version: "0.0.4"
8+
release: "0.0.4"
99
copyright_year: 2018-2019
1010
license: public license
1111
dependencies:

pypi_mobans_pkg/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.0.3.2"
1+
__version__ = "0.0.4"
22
__author__ = "C.W."

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@
2929

3030
NAME = 'pypi-mobans-pkg'
3131
AUTHOR = 'C.W.'
32-
VERSION = '0.0.3.2'
32+
VERSION = '0.0.4'
3333
3434
LICENSE = 'public license'
3535
DESCRIPTION = (
3636
'Scaffolding mobans for your Python project.'
3737
)
3838
URL = 'https://github.com/moremoban/pypi-mobans-pkg'
39-
DOWNLOAD_URL = '%s/archive/0.0.3.2.tar.gz' % URL
39+
DOWNLOAD_URL = '%s/archive/0.0.4.tar.gz' % URL
4040
FILES = ['README.rst', 'CHANGELOG.rst']
4141
KEYWORDS = [
4242
'python',
@@ -66,8 +66,8 @@
6666
# You do not need to read beyond this line
6767
PUBLISH_COMMAND = '{0} setup.py sdist bdist_wheel upload -r pypi'.format(
6868
sys.executable)
69-
GS_COMMAND = ('gs pypi-mobans-pkg v0.0.3.2 ' +
70-
"Find 0.0.3.2 in changelog for more details")
69+
GS_COMMAND = ('gs pypi-mobans-pkg v0.0.4 ' +
70+
"Find 0.0.4 in changelog for more details")
7171
NO_GS_MESSAGE = ('Automatic github release is disabled. ' +
7272
'Please install gease to enable it.')
7373
UPLOAD_FAILED_MSG = (
@@ -176,6 +176,7 @@ def filter_out_test_code(file_handle):
176176

177177
if __name__ == '__main__':
178178
setup(
179+
test_suite="tests",
179180
name=NAME,
180181
author=AUTHOR,
181182
version=VERSION,

0 commit comments

Comments
 (0)