File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " Dash_tooltip"
3- version = " 0.4.1 "
3+ version = " 0.4.2 "
44description = " A tooltip functionality for Dash."
55readme = " README.md"
66requires-python = " >=3.7"
@@ -19,6 +19,7 @@ classifiers = [
1919 " Programming Language :: Python :: 3.10" ,
2020 " Programming Language :: Python :: 3.11" ,
2121 " Programming Language :: Python :: 3.12" ,
22+ " Programming Language :: Python :: 3.13" ,
2223 " License :: OSI Approved :: MIT License" ,
2324 " Operating System :: OS Independent" ,
2425]
@@ -61,7 +62,8 @@ requires = [
6162build-backend = " setuptools.build_meta"
6263
6364[tool .setuptools .packages .find ]
64- where = [" dash_tooltip" ]
65+ where = [" ." ]
66+ include = [" dash_tooltip*" ]
6567
6668[tool .setuptools_scm ]
6769write_to = " dash_tooltip/_version.py"
You can’t perform that action at this time.
0 commit comments