We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19d5dbd commit 135265aCopy full SHA for 135265a
README.md
@@ -10,11 +10,11 @@
10
[](https://www.gnu.org/licenses/gpl-3.0)
11
12
A template repo for Python packages featuring:
13
-- main/dev branch workflow
14
-- unittests
15
-- publishing on pypi
16
-- building docu
17
-- generating code coverage reports
+- `main`/`dev` branch workflow
+- unittests and code coverage
+- publishing the package on PyPi
+- building documentation and publishing via GitHub pages
+
18
19
## How To
20
setup.py
@@ -8,7 +8,7 @@
8
9
setuptools.setup(
name="PythonTemplatePackage",
- version="0.0.0",
+ version="0.0.1",
author="Robert Lieck",
author_email="[email protected]",
description="A template repo for Python packages with GitHub actions and documentation",
0 commit comments