This commit is contained in:
2019-09-05 09:15:45 +02:00
parent 5dd2f4f1cc
commit d528b8447e
4 changed files with 7 additions and 6 deletions

View File

@@ -4,6 +4,7 @@ url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
twine = "*"
[packages]
pytest = "*"

View File

@@ -2,7 +2,12 @@
A command line interface to total up the time entries in a markdown file.
# Usage
## Installation
```
pip install markdown_timesheet
```
## Usage
Given a `timesheet.md` like so:
@@ -26,8 +31,3 @@ $ add timesheet.md
10
```
# Installation
```
pip install markdown_timesheet
```

Binary file not shown.

BIN
dist/markdown_timesheet-0.1.tar.gz vendored Normal file

Binary file not shown.