Skip to content

Commit d2334de

Browse files
committed
chore: update pyproject.toml
1 parent d57805c commit d2334de

File tree

1 file changed

+18
-3
lines changed

1 file changed

+18
-3
lines changed

plugins/dpsn/pyproject.toml

Lines changed: 18 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,26 @@
11
[project]
22
name = "dpsn-plugin-gamesdk"
3-
version = "0.1.0"
3+
version = "0.0.1"
44
description = "DPSN Plugin for Python SDK for GAME by Virtuals"
5-
authors = [{ name = "dpsn-dev", email = "dev@dpsn.org" }]
5+
authors = [{ name = "dpsn-dev", email = "sanil@dpsn.org" }]
66
readme = "README.md"
77
requires-python = ">=3.9"
8-
dependencies = ["dpsn-client==1.0.0.post1"]
8+
classifiers = [
9+
"Programming Language :: Python :: 3",
10+
"Programming Language :: Python :: 3.9",
11+
"Programming Language :: Python :: 3.10",
12+
"Programming Language :: Python :: 3.11",
13+
"License :: OSI Approved :: MIT License",
14+
"Operating System :: OS Independent",
15+
"Development Status :: 3 - Alpha",
16+
"Intended Audience :: Developers",
17+
"Topic :: Software Development :: Libraries :: Python Modules",
18+
]
19+
dependencies = ["dpsn-client==1.0.0.post1", "game-sdk>=0.1.1"]
920
[build-system]
1021
requires = ["poetry-core>=2.0.0,<3.0.0"]
1122
build-backend = "poetry.core.masonry.api"
23+
24+
[project.urls]
25+
"Homepage" = "https://github.com/game-by-virtuals/game-python/plugins/dpsn"
26+
"Bug Tracker" = "https://github.com/game-by-virtuals/game-python"

0 commit comments

Comments
 (0)