We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a2a8e6 commit 639e5d4Copy full SHA for 639e5d4
1 file changed
pyproject.toml
@@ -10,11 +10,16 @@ dependencies = [
10
"requests>=2.33.1",
11
]
12
classifiers = [
13
+ "Development Status :: 3 - Alpha",
14
"Programming Language :: Python :: 3",
15
"Operating System :: Microsoft :: Windows",
16
"Environment :: Console",
17
18
19
+[project.urls]
20
+Source = "https://github.com/layeredtools/steamlayer"
21
+Issues = "https://github.com/layeredtools/steamlayer/issues"
22
+
23
[dependency-groups]
24
dev = [
25
"mypy>=1.20.0",
0 commit comments