Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit b8c6eb7

Browse files
authored
Add files via upload
1 parent 62e3573 commit b8c6eb7

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

pyproject.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
[build-system]
2+
requires = ["setuptools>=68.0"]
3+
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name = "vsmetaEncoder"
7+
version = "0.9.1"
8+
authors = [
9+
{ name="Thomas Meder", email="[email protected]" },
10+
{ name="Bernd Frey", email="[email protected]" },
11+
12+
]
13+
description = "A module to encode and decode media information with Synology's vsmeta file format."
14+
readme = "README.md"
15+
requires-python = ">=3.8"
16+
classifiers=[
17+
"Programming Language :: Python :: 3",
18+
"License :: OSI Approved :: MIT License",
19+
"Operating System :: OS Independent",
20+
"Topic :: System :: Logging",
21+
]
22+
23+
[project.urls]
24+
Homepage = "https://github.com/Berfre/vsMetaFileCodec"
25+
Issues = "https://github.com/Berfre/vsMetaFileCodec/issues"

0 commit comments

Comments
 (0)