Skip to content

Commit

Permalink
Add script alias to CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
hkeeler committed Oct 16, 2023
1 parent d044b60 commit 4b09e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ pytest-cov = "4.1.0"
black = "23.3.0"
ruff = "0.0.259"

#[tool.poetry.scripts]
#cfpb-rdv = 'regtech_data_validator.main:main'
[tool.poetry.scripts]
regtech-validator = 'regtech_data_validator.main:main'

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 4b09e43

Please sign in to comment.