File tree Expand file tree Collapse file tree 2 files changed +4
-110
lines changed Expand file tree Collapse file tree 2 files changed +4
-110
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55[project ]
66name = " dash-bootstrap-components"
77description = " Bootstrap themed components for use in Plotly Dash"
8- readme = " landing-page .md"
8+ readme = " README .md"
99license = { file = " LICENSE" }
1010authors = [
1111 { name = " Faculty Science Ltd" },
@@ -14,9 +14,7 @@ authors = [
1414]
1515maintainers = [{
name =
" Tom Begley" ,
email =
" [email protected] " }]
1616requires-python = " >=3.9, <4"
17- dependencies = [
18- " dash==3.0.0rc3" ,
19- ]
17+ dependencies = [" dash==3.0.0rc4" ]
2018classifiers = [
2119 " Framework :: Dash" ,
2220 " License :: OSI Approved :: Apache Software License" ,
@@ -42,7 +40,7 @@ path = "dash_bootstrap_components/_version.py"
4240[tool .hatch .build .targets .sdist ]
4341include = [
4442 " dash_bootstrap_components" ,
45- " landing-page .md" ,
43+ " README .md" ,
4644 " LICENSE" ,
4745 " NOTICE.txt" ,
4846 " pyproject.toml" ,
@@ -55,7 +53,7 @@ artifacts = [
5553[tool .hatch .build .targets .wheel ]
5654include = [
5755 " dash_bootstrap_components" ,
58- " landing-page .md" ,
56+ " README .md" ,
5957 " LICENSE" ,
6058 " NOTICE.txt" ,
6159 " pyproject.toml" ,
You can’t perform that action at this time.
0 commit comments