elog -> evlog
This commit is contained in:
parent
8e23b695bb
commit
56d7ba2ef0
2
evlog.py
2
evlog.py
@ -17,7 +17,7 @@ from rich.traceback import install
|
||||
|
||||
install(show_locals=True)
|
||||
|
||||
VERSION = "0.1.6"
|
||||
VERSION = "0.1.7"
|
||||
|
||||
default_date = dt.date.today().strftime("%Y-%m-%d")
|
||||
EVLOG_DIR = os.getenv("EVLOG_DIR")
|
||||
|
@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "evlog"
|
||||
version = "0.1.6"
|
||||
version = "0.1.7"
|
||||
authors = [
|
||||
{ name="Jeffrey Serio", email="hyperreal@moonshadow.dev" },
|
||||
]
|
||||
@ -15,7 +15,7 @@ classififers = [
|
||||
dependencies = ["jsonschema>=4.17.0", "rich>=12.6.0"]
|
||||
|
||||
[project.scripts]
|
||||
elog = "evlog:main"
|
||||
evlog = "evlog:main"
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://git.hyperreal.coffee/hyperreal/evlog"
|
||||
|
Loading…
x
Reference in New Issue
Block a user