Changes for poetry

This commit is contained in:
Jamie Hardt
2024-11-23 19:15:16 -08:00
parent c3c8ba2908
commit 8b402f310c
2 changed files with 7 additions and 5 deletions

View File

@@ -38,6 +38,9 @@ keywords = [
'film',
'broadcast'
]
include = [
{ path = "data/", format = ["sdist", "wheel"] },
]
[tool.poetry.extras]
doc = ['sphinx', 'sphinx_rtd_theme']
@@ -45,11 +48,11 @@ doc = ['sphinx', 'sphinx_rtd_theme']
[tool.poetry.scripts]
wavinfo = 'wavinfo.__main__:main'
[[tool.poetry.packages]]
include = "data"
[tool.poetry.dependencies]
python = "^3.8"
lxml = "~= 5.3.0"
sphinx_rtd_theme = {version= '>= 1.1.1', optional=true}
sphinx = {version= '>= 5.3.0', optional=true}
[tool.pyright]
typeCheckingMode = "basic"