mirror of
https://github.com/umbra2728/ctfd-mcp.git
synced 2026-02-07 22:08:12 +03:00
package: move code into src layout and add PyPI publish workflow
This commit is contained in:
4
uv.lock
generated
4
uv.lock
generated
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user