mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 08:50:48 +00:00
Rearranged pyproject, brought in metadata
This commit is contained in:
@@ -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]
|
||||
name = "ptulsconv"
|
||||
version = "2.2.2"
|
||||
@@ -19,6 +38,7 @@ doc = ['sphinx', 'sphinx_rtd_theme']
|
||||
[tool.poetry.scripts]
|
||||
wavinfo = 'ptulsconv.__main__:main'
|
||||
|
||||
|
||||
[project.urls]
|
||||
Source = 'https://github.com/iluvcapra/ptulsconv'
|
||||
Issues = 'https://github.com/iluvcapra/ptulsconv/issues'
|
||||
|
||||
Reference in New Issue
Block a user