Skip to content

Commit 9bb1523

Browse files
committed
WIP
1 parent 6b546ad commit 9bb1523

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
[project]
22
name = "CDMClient"
3-
version = "0.1.0"
3+
version = "0.1.1"
44
description = "CDMClient"
55
authors = [{name = "Aron Radics", email = "radics.aron.jozsef@gmail.com"}]
66
requires-python = ">=3.9"
7+
readme = "README.md"
8+
classifiers = [
9+
"Programming Language :: Python :: 3",
10+
"License :: OSI Approved :: MIT License",
11+
"Operating System :: OS Independent",
12+
]
713
dependencies = [
814
"requests",
915
"transmission_rpc",

0 commit comments

Comments
 (0)