Show More
@@ -194,11 +194,11 b' exclude = ["setupext"]' | |||
|
194 | 194 | namespaces = false |
|
195 | 195 | |
|
196 | 196 | [tool.setuptools.package-data] |
|
197 |
|
|
|
198 |
" |
|
|
199 |
" |
|
|
200 |
" |
|
|
201 |
" |
|
|
197 | "IPython" = ["py.typed"] | |
|
198 | "IPython.core" = ["profile/README*"] | |
|
199 | "IPython.core.tests" = ["*.png", "*.jpg", "daft_extension/*.py"] | |
|
200 | "IPython.lib.tests" = ["*.wav"] | |
|
201 | "IPython.testing.plugin" = ["*.txt"] | |
|
202 | 202 | |
|
203 | 203 | [tool.setuptools.dynamic] |
|
204 | 204 | version = {attr = "IPython.core.release.__version__"} |
General Comments 0
You need to be logged in to leave comments.
Login now