Skip to content

Commit

Permalink
ms-mint-app-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenwacker committed Apr 28, 2023
1 parent f088ef3 commit a206b1a
Show file tree
Hide file tree
Showing 11 changed files with 2,917 additions and 64 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ms_mint_plugin_template/_version.py export-subst
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
# A skeleton for python modules.

python init_project.py
pip install versioneer
versioneer install
# ms_mint_plugin_template
A template for ms-mint-app plugins
39 changes: 0 additions & 39 deletions init_project.py

This file was deleted.

3 changes: 3 additions & 0 deletions ms_mint_app_plugin/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@

from . import _version
__version__ = _version.get_versions()['version']
Loading

0 comments on commit a206b1a

Please sign in to comment.