Skip to content

Commit

Permalink
restore states script
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarbaugh committed Jul 21, 2024
1 parent 5854a7d commit cd1ffbc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ license = { file = "LICENSE"}

dependencies = ['jellyfish']

[project.scripts]
states = "us.cli.states:main"

[project.optional-dependencies]
dev = ['flake8', 'black', 'pytest', 'pytz']


[tool.setuptools.dynamic]
version = { attr = "us.version.__version__" }

Expand Down

0 comments on commit cd1ffbc

Please sign in to comment.