Skip to content

Commit 48ad1ea

Browse files
committed
fix install
1 parent 72cb5c6 commit 48ad1ea

File tree

2 files changed

+3992
-3
lines changed

2 files changed

+3992
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ name = "luisa-python-lang"
77
description = "A New DSL Frontend for LuisaCompute"
88
version = "0.1"
99
requires-python = ">=3.12"
10-
dependencies = ["sourceinspect", "typing-extensions"]
10+
dependencies = ["sourceinspect", "typing-extensions", "pytest"]
1111

1212
[tool.setuptools.packages.find]
13-
where = ["luisa_lang"] # list of folders that contain the packages (["."] by default)
14-
include = ["luisa_lang*"]
13+
where = ["."] # list of folders that contain the packages (["."] by default)
14+
# include = ["luisa_lang*"]
1515

1616
[tool.setuptools.package-data]
1717
luisa_lang = ["py.typed"]

0 commit comments

Comments
 (0)