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