Rearranged pyproject, brought in metadata

This commit is contained in:
Jamie Hardt
2025-05-24 22:22:04 -07:00
parent 630e7960dc
commit 8b262d3bfb

View File

@@ -1,3 +1,22 @@
[project]
name = "ptulsconv"
license = { file = "LICENSE" }
classifiers = [
'License :: OSI Approved :: MIT License',
'Topic :: Multimedia',
'Topic :: Multimedia :: Sound/Audio',
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Development Status :: 5 - Production/Stable",
"Topic :: Text Processing :: Filters"
]
requires-python = ">=3.8"
keywords = ["text-processing", "parsers", "film",
"broadcast", "editing", "editorial"]
[tool.poetry] [tool.poetry]
name = "ptulsconv" name = "ptulsconv"
version = "2.2.2" version = "2.2.2"
@@ -19,6 +38,7 @@ doc = ['sphinx', 'sphinx_rtd_theme']
[tool.poetry.scripts] [tool.poetry.scripts]
wavinfo = 'ptulsconv.__main__:main' wavinfo = 'ptulsconv.__main__:main'
[project.urls] [project.urls]
Source = 'https://github.com/iluvcapra/ptulsconv' Source = 'https://github.com/iluvcapra/ptulsconv'
Issues = 'https://github.com/iluvcapra/ptulsconv/issues' Issues = 'https://github.com/iluvcapra/ptulsconv/issues'