Skip to content

Commit

Permalink
Removed build system
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKempen committed Oct 12, 2024
1 parent 3edfa2b commit bef5788
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,10 @@ readme = "README.md"
requires-python = ">=3.12"

dependencies = [
# Website
"mkdocs-material[imaging]",
"mkdocs-glightbox",
"mkdocs-git-revision-date-localized-plugin",
"pymdown-extensions",
"pyyaml",
"mkdocs-git-committers-plugin-2"
]

[tool.setuptools]
packages = []

[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"
]

0 comments on commit bef5788

Please sign in to comment.