Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ For more information on how to link local or external CSS, check out the
With CSS linked, you can start building your app's layout with our Bootstrap
components. These include layout components for organising the content of your app on the page, as well as UI components like navbars, cards, alerts and many more.

![layout](./readme-images/layout.png)
![layout](https://cdn.jsdelivr.net/gh/facultyai/dash-bootstrap-components@main/readme-images/layout.png)

See our [_documentation_][docs-components] for a full list of available
components.
Expand All @@ -104,14 +104,11 @@ will pass our linting checks, and how to submit the pull request itself.
## Copyright and license

Code and documentation is copyright [Faculty Science Ltd.][faculty]
2018-2025, and released under the [Apache 2.0 license](./LICENSE)
2018-2025, and released under the [Apache 2.0 license](https://github.com/facultyai/dash-bootstrap-components/blob/main/LICENSE)

[dash-homepage]: https://dash.plotly.com/
[dash-docs-external]: https://dash.plotly.com/external-resources
[bootstrap-homepage]: https://getbootstrap.com/
[dbc-repo]: https://github.com/facultyai/dash-bootstrap-components
[reactstrap-homepage]: https://reactstrap.github.io/
[docs-homepage]: https://dash-bootstrap-components.opensource.faculty.ai
[docs-components]: https://dash-bootstrap-components.opensource.faculty.ai/l/components
[bootstrapcdn]: https://www.bootstrapcdn.com/
[faculty]: https://faculty.ai
Expand Down
104 changes: 0 additions & 104 deletions landing-page.md

This file was deleted.

10 changes: 4 additions & 6 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "hatchling.build"
[project]
name = "dash-bootstrap-components"
description = "Bootstrap themed components for use in Plotly Dash"
readme = "landing-page.md"
readme = "README.md"
license = { file = "LICENSE" }
authors = [
{ name = "Faculty Science Ltd" },
Expand All @@ -14,9 +14,7 @@ authors = [
]
maintainers = [{ name = "Tom Begley", email = "[email protected]" }]
requires-python = ">=3.9, <4"
dependencies = [
"dash==3.0.0rc3",
]
dependencies = ["dash==3.0.0rc4"]
classifiers = [
"Framework :: Dash",
"License :: OSI Approved :: Apache Software License",
Expand All @@ -42,7 +40,7 @@ path = "dash_bootstrap_components/_version.py"
[tool.hatch.build.targets.sdist]
include = [
"dash_bootstrap_components",
"landing-page.md",
"README.md",
"LICENSE",
"NOTICE.txt",
"pyproject.toml",
Expand All @@ -55,7 +53,7 @@ artifacts = [
[tool.hatch.build.targets.wheel]
include = [
"dash_bootstrap_components",
"landing-page.md",
"README.md",
"LICENSE",
"NOTICE.txt",
"pyproject.toml",
Expand Down