package: move code into src layout and add PyPI publish workflow

This commit is contained in:
2026-01-04 15:36:02 +03:00
parent f7ceacd07e
commit ebfb6e0492
12 changed files with 133 additions and 37 deletions

4
uv.lock generated
View File

@@ -175,8 +175,9 @@ wheels = [
[[package]]
name = "ctfd-mcp"
version = "0.1.0"
source = { virtual = "." }
source = { editable = "." }
dependencies = [
{ name = "anyio" },
{ name = "httpx" },
{ name = "mcp" },
{ name = "python-dotenv" },
@@ -190,6 +191,7 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "anyio", specifier = ">=4.4" },
{ name = "httpx", specifier = ">=0.28.1" },
{ name = "mcp", specifier = ">=1.23.3" },
{ name = "python-dotenv", specifier = ">=1.2.1" },