This commit is contained in:
2025-06-20 16:49:10 -04:00
2 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@ -174,4 +174,6 @@ cython_debug/
# PyPI configuration file # PyPI configuration file
.pypirc .pypirc
/test.py # ---> Other
/test.py
/.vscode/

View File

@ -6,5 +6,5 @@ build-backend = "setuptools.build_meta"
name = "NoPELib" name = "NoPELib"
version = "0.0.1.dev0" version = "0.0.1.dev0"
description = "Norway Player Execution Library (A player library)" description = "Norway Player Execution Library (A player library)"
authors = [{ name = "Brosef" }] authors = [{ name = "Oclaim" }]
dependencies = [] dependencies = []