diff --git a/Pipfile b/Pipfile index 40172af..9a503ba 100644 --- a/Pipfile +++ b/Pipfile @@ -4,6 +4,7 @@ url = "https://pypi.org/simple" verify_ssl = true [dev-packages] +twine = "*" [packages] pytest = "*" diff --git a/README.md b/README.md index b69c2e4..8c7d494 100644 --- a/README.md +++ b/README.md @@ -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 -``` diff --git a/dist/markdown_timesheet-0.1-py3-none-any.whl b/dist/markdown_timesheet-0.1-py3-none-any.whl new file mode 100644 index 0000000..b65ab4d Binary files /dev/null and b/dist/markdown_timesheet-0.1-py3-none-any.whl differ diff --git a/dist/markdown_timesheet-0.1.tar.gz b/dist/markdown_timesheet-0.1.tar.gz new file mode 100644 index 0000000..2bb104c Binary files /dev/null and b/dist/markdown_timesheet-0.1.tar.gz differ