We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b546ad commit 9bb1523Copy full SHA for 9bb1523
1 file changed
pyproject.toml
@@ -1,9 +1,15 @@
1
[project]
2
name = "CDMClient"
3
-version = "0.1.0"
+version = "0.1.1"
4
description = "CDMClient"
5
authors = [{name = "Aron Radics", email = "radics.aron.jozsef@gmail.com"}]
6
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
+]
13
dependencies = [
14
"requests",
15
"transmission_rpc",
0 commit comments