initialized as project working now
This commit is contained in:
@@ -5,3 +5,15 @@ description = "An AI enhanced CTF toolchain"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.14"
|
||||
dependencies = []
|
||||
|
||||
[build-system]
|
||||
requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[project.scripts]
|
||||
ctf = "ctf.main:main"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["src/ctf"]
|
||||
|
||||
extraPaths = ["src"]
|
||||
|
||||
Reference in New Issue
Block a user