initial commit
This commit is contained in:
commit
77b0ce2c3d
8 changed files with 1289 additions and 0 deletions
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[build-system]
|
||||
requires = ["setuptools >= 61.0"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
[project]
|
||||
name = "parse_powerisa_pdf"
|
||||
version = "0.0.0"
|
||||
dependencies = [
|
||||
"pdfminer.six == 20240706"
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
parse_powerisa_pdf = "parse_powerisa_pdf.parse_powerisa_pdf:main"
|
||||
Loading…
Add table
Add a link
Reference in a new issue