From 3755d405d303b4ce1b9d8a13617a7803c88eb4bc Mon Sep 17 00:00:00 2001 From: Will Ronchetti Date: Thu, 16 Jan 2020 10:02:05 -0500 Subject: [PATCH] Entry Points (#141) * add entry points * tick version to 1.2.1 --- pyproject.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe183fde..de5a73c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "Submit4DN" -version = "1.2.0" +version = "1.2.1" description = "Utility package for submitting data to the 4DN Data Portal" authors = ["4DN-DCIC Team "] license = "MIT" @@ -28,3 +28,7 @@ pytest-mock = "1.11.2" [build-system] requires = ["poetry>=0.12"] build-backend = "poetry.masonry.api" + +[tool.poetry.scripts] +import_data = "wranglertools.import_data:main" +get_field_info = "wranglertools.get_field_info:main"