From 736cd88b890aac3663d0b655cda551ab65df151d Mon Sep 17 00:00:00 2001 From: Marcio Marchini Date: Wed, 8 Apr 2020 20:01:01 -0300 Subject: [PATCH] xmlkaloi must be declared as script (#87) --- pavement.py | 1 + utilities/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pavement.py b/pavement.py index e63add8..0ff6a1d 100644 --- a/pavement.py +++ b/pavement.py @@ -25,6 +25,7 @@ 'csvhistplot = utilities.csvhistplot:main', 'srcdiffplot = utilities.srcdiffplot:main', 'csvkaloi = utilities.csvkaloi:main', + 'xmlkaloi = utilities.xmlkaloi:main', 'jd2csv = utilities.jd2csv:main', ], } diff --git a/utilities/__init__.py b/utilities/__init__.py index c2074c4..c535c02 100644 --- a/utilities/__init__.py +++ b/utilities/__init__.py @@ -1 +1 @@ -VERSION = "0.2.7" # Fixes #77 --undDir not working \ No newline at end of file +VERSION = "0.2.8" # Fixes #86 xmlkaloi in scriptsß \ No newline at end of file