Flatten layout: move py_docx files into src; update imports and Dockerfile
This commit is contained in:
+2
-2
@@ -19,8 +19,8 @@ dependencies = [
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
py-docx-mcp = "py_docx.server:main"
|
||||
py-docx-mcp = "server:main"
|
||||
|
||||
[tool.setuptools.packages.find]
|
||||
where = ["src"]
|
||||
include = ["py_docx*"]
|
||||
include = ["*"]
|
||||
|
||||
Reference in New Issue
Block a user