File tree Expand file tree Collapse file tree 3 files changed +1
-36
lines changed
dash_bootstrap_components Expand file tree Collapse file tree 3 files changed +1
-36
lines changed Original file line number Diff line number Diff line change 11"""Bootstrap themed components for use in Plotly Dash"""
22
3- import os
4-
53from dash_bootstrap_components import _components , icons , themes
64from dash_bootstrap_components ._components import * # noqa
75from dash_bootstrap_components ._components import Table
108
119__all__ = _components .__all__ + ["icons" , "themes" ]
1210
13- _current_path = os .path .dirname (os .path .abspath (__file__ ))
14- _METADATA_PATH = os .path .join (_current_path , "_components" , "metadata.json" )
15-
1611_js_dist = [
1712 {
1813 "relative_package_path" : ("_components/dash_bootstrap_components.min.js" ),
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,9 +14,7 @@ authors = [
1414]
1515maintainers = [{ name = " Tom Begley" , email = " tomcbegley@gmail.com" }]
1616requires-python = " >=3.9, <4"
17- dependencies = [
18- " dash==3.0.0rc1" ,
19- ]
17+ dependencies = [" dash==3.0.0rc1" ]
2018classifiers = [
2119 " Framework :: Dash" ,
2220 " License :: OSI Approved :: Apache Software License" ,
@@ -49,7 +47,6 @@ include = [
4947]
5048artifacts = [
5149 " dash_bootstrap_components/_components/dash_bootstrap_components.min.js" ,
52- " dash_bootstrap_components/_components/metadata.json" ,
5350 " dash_bootstrap_components/_components/*.py" ,
5451]
5552
@@ -63,7 +60,6 @@ include = [
6360]
6461artifacts = [
6562 " dash_bootstrap_components/_components/dash_bootstrap_components.min.js" ,
66- " dash_bootstrap_components/_components/metadata.json" ,
6763 " dash_bootstrap_components/_components/*.py" ,
6864]
6965
You can’t perform that action at this time.
0 commit comments