feat: First commit

This commit is contained in:
2025-04-04 15:21:07 +02:00
parent c0970b6c39
commit d6000e7f91
6 changed files with 62 additions and 4 deletions

23
pyproject.toml Normal file
View File

@@ -0,0 +1,23 @@
[build-system]
requires = ["hatchling >= 1.26"]
build-backend = "hatchling.build"
[project]
name = "solvertools"
version = "0.0.1"
authors = [
{ name="Matte23", email="matteo@underdesk.net" },
]
description = "A bunch of tools to integrate a solver with ctfcli"
readme = "README.md"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
license = "MIT"
license-files = ["LICEN[CS]E*"]
[project.urls]
Homepage = "https://git.underdesk.net/Matte23/solvertools"
Issues = "https://git.underdesk.net/Matte23/solvertools/issues"