Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Commit 639e5d4

Browse files
committed
fix pyproject.toml
1 parent 8a2a8e6 commit 639e5d4

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,16 @@ dependencies = [
1010
"requests>=2.33.1",
1111
]
1212
classifiers = [
13+
"Development Status :: 3 - Alpha",
1314
"Programming Language :: Python :: 3",
1415
"Operating System :: Microsoft :: Windows",
1516
"Environment :: Console",
1617
]
1718

19+
[project.urls]
20+
Source = "https://github.com/layeredtools/steamlayer"
21+
Issues = "https://github.com/layeredtools/steamlayer/issues"
22+
1823
[dependency-groups]
1924
dev = [
2025
"mypy>=1.20.0",

0 commit comments

Comments
 (0)