diff --git a/.gitignore b/.gitignore index 36035aa..68d22d7 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ setup.cfg *egg-info Pipfile.lock +dist/ +build/ diff --git a/README.md b/README.md index 8c7d494..2df0b12 100644 --- a/README.md +++ b/README.md @@ -14,12 +14,12 @@ Given a `timesheet.md` like so: ``` # 5 Sep 2019 -## 9:15-9:16 +## 9:15-9:16, 9:20-9:25 Write spec, write client email. - wrote really basic spec - told client I'm starting the project -## 9:16-9:25 +## 9:25-9:29 Write tests ``` diff --git a/dist/markdown_timesheet-0.1-py3-none-any.whl b/dist/markdown_timesheet-0.1-py3-none-any.whl deleted file mode 100644 index b65ab4d..0000000 Binary files a/dist/markdown_timesheet-0.1-py3-none-any.whl and /dev/null differ diff --git a/dist/markdown_timesheet-0.1.tar.gz b/dist/markdown_timesheet-0.1.tar.gz deleted file mode 100644 index 2bb104c..0000000 Binary files a/dist/markdown_timesheet-0.1.tar.gz and /dev/null differ