fix python code not getting installed properly
This commit is contained in:
parent
9bf15dc9d0
commit
63698fd90f
1 changed files with 4 additions and 1 deletions
|
|
@ -13,4 +13,7 @@ dependencies = [
|
|||
requires-python = ">= 3.11"
|
||||
|
||||
[project.scripts]
|
||||
parse_powerisa_pdf = "parse_powerisa_pdf.parse_powerisa_pdf:main"
|
||||
parse_powerisa_pdf = "parse_powerisa_pdf.parse_powerisa_pdf:main"
|
||||
|
||||
[tool.setuptools]
|
||||
packages = ["parse_powerisa_pdf"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue