提交 ab1850d8 authored 作者: Carl Smedstad's avatar Carl Smedstad 提交者: Thomas Wiecki

Avoid including non-Python files in package

上级 24eaa748
......@@ -105,31 +105,12 @@ numba = [
]
[tool.setuptools.packages.find]
exclude = [
"tests",
"tests.*"
]
include = ["pytensor*", "bin"]
[tool.setuptools.package-data]
"*" = [
"*.txt",
"*.rst",
"*.cu",
"*.cuh",
"*.c",
"*.sh",
"*.pkl",
"*.h",
"*.cpp",
"ChangeLog",
"c_code/*",
]
pytensor = [
"py.typed"
]
"pytensor.misc" = [
"*.sh"
]
"pytensor.d3viz" = [
"html/*",
"css/*",
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论