We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72cb5c6 commit 48ad1eaCopy full SHA for 48ad1ea
pyproject.toml
@@ -7,11 +7,11 @@ name = "luisa-python-lang"
7
description = "A New DSL Frontend for LuisaCompute"
8
version = "0.1"
9
requires-python = ">=3.12"
10
-dependencies = ["sourceinspect", "typing-extensions"]
+dependencies = ["sourceinspect", "typing-extensions", "pytest"]
11
12
[tool.setuptools.packages.find]
13
-where = ["luisa_lang"] # list of folders that contain the packages (["."] by default)
14
-include = ["luisa_lang*"]
+where = ["."] # list of folders that contain the packages (["."] by default)
+# include = ["luisa_lang*"]
15
16
[tool.setuptools.package-data]
17
luisa_lang = ["py.typed"]
0 commit comments