Skip to content

Commit ee41fcf

Browse files
committed
Add CLI entrypoint
1 parent 1a91d6c commit ee41fcf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ Documentation = "https://github.com/Weeks-UNC/molmetrics"
5353
Source = "https://github.com/Weeks-UNC/molmetrics"
5454
Issues = "https://github.com/Weeks-UNC/molmetrics/issues"
5555

56+
[project.scripts]
57+
molmetrics = "molmetrics.__main__:main"
58+
5659
[tool.setuptools]
5760
# This subkey is a beta stage development and keys may change in the future, see https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html for more details
5861
#

0 commit comments

Comments
 (0)