Skip to content

Commit

Permalink
add entry points
Browse files Browse the repository at this point in the history
  • Loading branch information
willronchetti committed Jan 14, 2020
1 parent 09f6d89 commit b3ba7f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "Submit4DN"
version = "1.2.0"
version = "1.2.1b1"
description = "Utility package for submitting data to the 4DN Data Portal"
authors = ["4DN-DCIC Team <support@4dnucleome.org>"]
license = "MIT"
Expand Down Expand Up @@ -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"

0 comments on commit b3ba7f4

Please sign in to comment.