-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🥚 🎡 release 0.0.13. and becoming pure data and template package
- Loading branch information
Showing
10 changed files
with
76 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,13 +3,12 @@ organisation: "moremoban" | |
author: "C.W." | ||
contact: "[email protected]" | ||
company: "Onni Software Ltd. and its contributors" | ||
version: "0.0.12" | ||
current_version: "0.0.12" | ||
release: "0.0.12" | ||
version: "0.0.13" | ||
current_version: "0.0.13" | ||
release: "0.0.13" | ||
copyright_year: 2018-2020 | ||
license: public license | ||
dependencies: | ||
- lml | ||
dependencies: [] | ||
description: "Scaffolding mobans for your Python project." | ||
gitter_room: chfw_moban/Lobby | ||
setup_py: false | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,3 @@ | ||
# flake8: noqa | ||
import os | ||
from pypi_mobans_pkg._version import __version__ | ||
from pypi_mobans_pkg._version import __author__ | ||
from lml.plugin import PluginInfo | ||
|
||
|
||
@PluginInfo('library', tags=['setupmobans', 'pypi', 'pypi-mobans-pkg']) | ||
class Pypkg(): | ||
def __init__(self): | ||
__package_path__ = os.path.dirname(__file__) | ||
self.resources_path = os.path.join( | ||
__package_path__, "resources") |
Submodule resources
updated
15 files
+42 −4 | .gitignore | |
+1 −1 | .moban.dt/local-travis.yml.jj2 | |
+2 −17 | .travis.yml | |
+13 −0 | CHANGELOG.rst | |
+2 −2 | README.rst | |
+11 −0 | changelog.yml | |
+7 −2 | templates/badges.rst.jj2 | |
+1 −1 | templates/gitignore | |
+7 −0 | templates/setup.py.jj2 | |
+3 −0 | templates/tests/requirements.txt.jj2 | |
+1 −16 | templates/travis.yml.jj2 | |
+1 −0 | tests/fixtures/setup.py.output | |
+1 −0 | tests/fixtures/setup_use_markers_false.py.output | |
+1 −0 | tests/fixtures/setup_use_markers_true.py.output | |
+1 −1 | tests/test_setup.py |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
lml | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters