mirror of
https://github.com/iluvcapra/ptulsconv.git
synced 2025-12-31 17:00:46 +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]
|
[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'
|
||||||
|
|||||||
Reference in New Issue
Block a user