Browse Source

[FIX] resolve flat-layout issue

pull/5/head
troyyyyy 1 year ago
parent
commit
70f18888d6
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      pyproject.toml

+ 5
- 1
pyproject.toml View File

@@ -47,4 +47,8 @@ Issues = "https://github.com/AbductiveLearning/ABLKit/issues"
test = [ test = [
"pytest-cov", "pytest-cov",
"black==22.10.0", "black==22.10.0",
]
]

[tool.setuptools.packages.find]
where = ["ablkit"]
namespaces = false

Loading…
Cancel
Save