feat: Initial commit for 2.0.0 release

This commit is contained in:
AURUMVORXX
2025-04-12 12:01:03 +03:00
parent 03dfd1408c
commit dfcf695f24
79 changed files with 93 additions and 4617 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[build-systems]
requires = ["setuptools>=42"]
build-backend = "setuptools.build_meta"
[project]
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"}
[project.urls]
Homepage = "https://github.com/AURUMVORXX/PyG2O"