refactor: Refactorizing for better readability
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user