##// END OF EJS Templates
pyproject.toml: Fix case of packages
Matthias Koeppe -
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 ipython = ["py.typed"]
197 "IPython" = ["py.typed"]
198 "ipython.core" = ["profile/README*"]
198 "IPython.core" = ["profile/README*"]
199 "ipython.core.tests" = ["*.png", "*.jpg", "daft_extension/*.py"]
199 "IPython.core.tests" = ["*.png", "*.jpg", "daft_extension/*.py"]
200 "ipython.lib.tests" = ["*.wav"]
200 "IPython.lib.tests" = ["*.wav"]
201 "ipython.testing.plugin" = ["*.txt"]
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