refactor: Refactorizing for better readability

This commit is contained in:
AURUMVORXX
2025-05-26 20:33:31 +03:00
parent 8a54620d57
commit ef61bd6b78
5 changed files with 187 additions and 549 deletions

View File

@@ -1,15 +1,9 @@
[build-systems]
requires = ["setuptools>=42", "websockets>=15"]
build-backend = "setuptools.build_meta"
[project]
[tool.poetry]
name = "PyG2O"
version = "2.0.0"
description = "Python support for Gothic 2 Online"
authors = [{name = "AURUMVORAX", email = "aurumvorax.enthroned@gmail.com"}]
readme = "README.md"
requires-python = ">=3.13"
license = {text = "MIT"}
version = "2.1.3"
description = ""
authors = ["AURUMVORAX <aurumvorax.enthroned@gmail.com>"]
[project.urls]
Homepage = "https://github.com/AURUMVORXX/PyG2O"
[tool.poetry.dependencies]
python = "^3.13"
websockets = "^15.0.1"