We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24eaa74 commit ab1850dCopy full SHA for ab1850d
pyproject.toml
@@ -105,31 +105,12 @@ numba = [
105
]
106
107
[tool.setuptools.packages.find]
108
-exclude = [
109
- "tests",
110
- "tests.*"
111
-]
+include = ["pytensor*", "bin"]
112
113
[tool.setuptools.package-data]
114
-"*" = [
115
- "*.txt",
116
- "*.rst",
117
- "*.cu",
118
- "*.cuh",
119
- "*.c",
120
- "*.sh",
121
- "*.pkl",
122
- "*.h",
123
- "*.cpp",
124
- "ChangeLog",
125
- "c_code/*",
126
127
pytensor = [
128
"py.typed"
129
130
-"pytensor.misc" = [
131
- "*.sh"
132
133
"pytensor.d3viz" = [
134
"html/*",
135
"css/*",
0 commit comments