Skip to content

Commit e65bdd8

Browse files
committed
MAINT: refactor directories
1 parent 745a369 commit e65bdd8

42 files changed

Lines changed: 7 additions & 7 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ homepage = "https://data-apis.org/array-api-compat/"
5656
repository = "https://github.com/data-apis/array-api-compat/"
5757

5858
[tool.setuptools.dynamic]
59-
version = {attr = "array_api_compat.__version__"}
59+
version = { attr = "array_api_compat.__version__" }
6060

6161
[tool.setuptools.packages.find]
62-
include = ["array_api_compat*"]
62+
include = ["src/array_api_compat*"]
6363
namespaces = false
6464

6565
[tool.ruff.lint]
@@ -92,7 +92,7 @@ ignore = [
9292

9393

9494
[tool.mypy]
95-
files = ["array_api_compat"]
95+
files = ["src/array_api_compat"]
9696
disallow_incomplete_defs = true
9797
disallow_untyped_decorators = true
9898
disallow_untyped_defs = false # TODO

0 commit comments

Comments
 (0)