##// END OF EJS Templates
pyproject.toml: Fix case of packages
Matthias Koeppe -
Show More
@@ -194,11 +194,11 b' exclude = ["setupext"]'
194 194 namespaces = false
195 195
196 196 [tool.setuptools.package-data]
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"]
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