|
1 | 1 | [project] |
2 | 2 | name = "dpsn-plugin-gamesdk" |
3 | | -version = "0.1.0" |
| 3 | +version = "0.0.1" |
4 | 4 | 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" }] |
6 | 6 | readme = "README.md" |
7 | 7 | 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"] |
9 | 20 | [build-system] |
10 | 21 | requires = ["poetry-core>=2.0.0,<3.0.0"] |
11 | 22 | 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