Skip to content

Commit

Permalink
build: cleanup pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
phil65 committed Oct 22, 2024
1 parent 1568d7d commit 425cb0f
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 @@ -16,7 +16,7 @@ classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.11",
# "Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.12",
"Topic :: Desktop Environment",
"Topic :: Software Development :: User Interfaces",
"Topic :: Software Development :: Widget Sets",
Expand Down Expand Up @@ -55,11 +55,7 @@ dev-dependencies = [
"mkdocs_mknodes",
"mkdocstrings[python]",
"pymdown-extensions",
"mkdocs-literate-nav",
# "mkdocs-autorefs",
"mkdocs-glightbox",
"mkdocs-section-index",
"mkdocs-gen-files",
"markdown-exec",
"pyreadline3",
"devtools",
Expand All @@ -78,10 +74,6 @@ iconbrowser = "prettyqt.custom_widgets.iconbrowser:run"
[project.entry-points.pyinstaller40]
hook-dirs = "prettyqt.__pyinstaller:get_hook_dirs"

[tool.hatch.envs.docs.scripts]
build = "mkdocs build --clean"
serve = "mkdocs serve --dirtyreload"

[tool.pytest.ini_options]
minversion = "7.0"
testpaths = ["tests"]
Expand Down

0 comments on commit 425cb0f

Please sign in to comment.