Revert "fix: i18n JSON files not included in wheel package"

This reverts commit cb42f110c16482662251f55bd847f7e8f6ea434c.
This commit is contained in:
yumoqing 2026-07-27 11:15:31 +08:00
parent cb42f110c1
commit 14fce229c5
7 changed files with 0 additions and 4 deletions

1
.gitignore vendored
View File

@ -2,4 +2,3 @@ __pycache__/
*.pyc
*.egg-info/
models/mysql.ddl.sql
build/

View File

@ -10,6 +10,3 @@ requires-python = ">=3.10"
[tool.setuptools.packages.find]
include = ["sage_datamart*"]
[tool.setuptools.package-data]
"*" = ["*.json"]