../..
This commit is contained in:
@@ -5,7 +5,7 @@ A command line interface to total up the time entries in a markdown file.
|
|||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
```
|
```
|
||||||
$ pip install markdown_timesheet
|
$ pip install markdown-timesheet
|
||||||
$ cat timesheet.md
|
$ cat timesheet.md
|
||||||
|
|
||||||
# 5 Sep 2019
|
# 5 Sep 2019
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
name = 'markdown_timesheet'
|
name = 'markdown_timesheet'
|
||||||
__version__ = '0.02'
|
__version__ = '0.04'
|
||||||
|
|||||||
4
setup.py
4
setup.py
@@ -22,7 +22,7 @@ setup(
|
|||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
],
|
],
|
||||||
description="A quick way to add up time entries in a markdown document.",
|
description="CLI to add up time entries in a Markdown file.",
|
||||||
license="MIT license",
|
license="MIT license",
|
||||||
long_description=readme,
|
long_description=readme,
|
||||||
long_description_content_type="text/markdown",
|
long_description_content_type="text/markdown",
|
||||||
@@ -37,6 +37,6 @@ setup(
|
|||||||
add=app.cli:cli
|
add=app.cli:cli
|
||||||
""",
|
""",
|
||||||
url="https://github.com/zevaverbach/markdown_timesheet",
|
url="https://github.com/zevaverbach/markdown_timesheet",
|
||||||
version="0.02",
|
version="0.04",
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user