make mflux a namespace package (prepare for mflux.mcp) (#249)

Co-authored-by: Anthony Wu <pls-file-gh-issue@users.noreply.github.com>
This commit is contained in:
Anthony Wu 2025-08-23 06:21:46 -07:00 committed by GitHub
parent e4315ae7f9
commit aca69703d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ build-backend = "uv_build"
[tool.uv.build-backend]
default-excludes = true # __pycache__, *.pyc, and *.pyo
module-name = "mflux"
namespace = true
source-exclude = [
# documentation assets were 27MB on 2025-07-05
"**/assets/**",

View File