diff --git a/python/ipyleaflet/pyproject.toml b/python/ipyleaflet/pyproject.toml index 73409fb1..67ec61f2 100644 --- a/python/ipyleaflet/pyproject.toml +++ b/python/ipyleaflet/pyproject.toml @@ -35,10 +35,5 @@ dependencies = [ [project.urls] Homepage = "https://github.com/jupyter-widgets/ipyleaflet" -[tool.hatch.build.targets.sdist] -exclude = [ - ".github", -] - -[tool.hatch.version] -path = "ipyleaflet/__init__.py" \ No newline at end of file +[tool.hatch.build.targets.wheel] +packages = ["ipyleaflet_core", "jupyer_leaflet"] \ No newline at end of file