Skip to content

Commit ad13732

Browse files
committed
Remove landing-page
1 parent 50d9121 commit ad13732

File tree

2 files changed

+4
-110
lines changed

2 files changed

+4
-110
lines changed

landing-page.md

Lines changed: 0 additions & 104 deletions
This file was deleted.

pyproject.toml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "hatchling.build"
55
[project]
66
name = "dash-bootstrap-components"
77
description = "Bootstrap themed components for use in Plotly Dash"
8-
readme = "landing-page.md"
8+
readme = "README.md"
99
license = { file = "LICENSE" }
1010
authors = [
1111
{ name = "Faculty Science Ltd" },
@@ -14,9 +14,7 @@ authors = [
1414
]
1515
maintainers = [{ name = "Tom Begley", email = "[email protected]" }]
1616
requires-python = ">=3.9, <4"
17-
dependencies = [
18-
"dash==3.0.0rc3",
19-
]
17+
dependencies = ["dash==3.0.0rc4"]
2018
classifiers = [
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]
4341
include = [
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]
5654
include = [
5755
"dash_bootstrap_components",
58-
"landing-page.md",
56+
"README.md",
5957
"LICENSE",
6058
"NOTICE.txt",
6159
"pyproject.toml",

0 commit comments

Comments
 (0)