7 buildPythonPackage rec {
8 pname = "dash-html-components";
10 format = "setuptools";
13 pname = "dash_html_components";
15 sha256 = "8703a601080f02619a6390998e0b3da4a5daabe97a1fd7a9cebc09d015f26e50";
22 description = "HTML components for Dash";
23 homepage = "https://dash.plot.ly/dash-html-components";
24 license = licenses.mit;
25 maintainers = [ maintainers.antoinerg ];