Poetry updates

update version and author emails
update makefile to use poetry for more things
remove faulty conditional
This commit is contained in:
Jonathan Wren 2019-10-05 16:06:16 -07:00
parent 0ea24da225
commit 8c0c95d1f6
3 changed files with 7 additions and 7 deletions

View file

@ -1,11 +1,11 @@
[tool.poetry]
name = "jrnl"
version = "2.0.0"
version = "2.1"
description = "Collect your thoughts and notes without leaving the command line."
authors = [
"Manuel Ebert <manuel@1450.me>",
"Jonathan Wren",
"Micah Ellison"
"Jonathan Wren <jonathan@nowandwren.com>",
"Micah Ellison <micahellison@gmail.com>"
]
license = "MIT"
readme = "README.md"