Compare commits

..

2 Commits

Author SHA1 Message Date
0410767512 Merge branch 'main' of https://git.personal.imadumbass.dog/Brosef/NoPELib 2025-06-14 18:36:05 +01:00
4a6ecbbc9d Created library files 2025-06-14 18:35:16 +01:00
2 changed files with 10 additions and 0 deletions

10
pyproject.toml Normal file
View File

@ -0,0 +1,10 @@
[build-system]
requires = ["setuptools>=42", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "NoPELib"
version = "0.0.1.dev0"
description = "Norway Player Execution Library (A player library)"
authors = [{ name = "Brosef" }]
dependencies = []