Skip to content

Commit 7d927a7

Browse files
authored
Poetry config update (#106)
1 parent 02e4ac3 commit 7d927a7

File tree

2 files changed

+4
-40
lines changed

2 files changed

+4
-40
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "clarite"
33
version = "1.3.0"
44
description = "CLeaning to Analysis: Reproducibility-based Interface for Traits and Exposures"
5-
authors = ["John McGuigan <jrm5100@psu.edu>"]
5+
authors = ["Hall Lab <mah546@psu.edu>"]
66
license = "BSD-3-Clause"
77
readme = "README.rst"
88
repository = "https://github.com/HallLab/clarite-python/"
@@ -46,6 +46,9 @@ black = "^21.6b0"
4646
[tool.poetry.extras]
4747
docs = ["sphinx", "numpydoc", "sphinx_rtd_theme", "sphinx-copybutton", "ipython", "sphinx-click"]
4848

49+
[tool.poetry.scripts]
50+
clarite-cli = 'clarite.cli:entry_point'
51+
4952
[build-system]
5053
requires = ["poetry>=0.12"]
5154
build-backend = "poetry.masonry.api"

0 commit comments

Comments
 (0)