Skip to content

Commit

Permalink
🧼 Clean some project metadata and linter configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Jan 5, 2024
1 parent 4147293 commit 9daf6a1
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@ name = "python-hugo"
authors = [
{ name = "Agriya Khetarpal", email = "agriyakhetarpal@outlook.com" },
]
maintainers = [
{ name = "Agriya Khetarpal", email = "agriyakhetarpal@outlook.com" },
]
description = "Binaries for the Hugo static site generator, installable with pip"
readme = "README.md"
license.file = "LICENSE"
license = "Apache-2.0"
requires-python = ">=3.8"
dynamic = ["scripts", "version"]
classifiers = [
Expand All @@ -35,26 +38,13 @@ classifiers = [
"Topic :: Utilities",
]

[project.optional-dependencies]
dev = [
"pytest>=6",
]
docs = [
"sphinx>=7.0",
"myst_parser>=0.13",
"sphinx_copybutton",
"furo>=2023.08.17",
]

[project.urls]
Homepage = "https://github.com/agriyakhetarpal/hugo-python-distributions"
Issues = "https://github.com/agriyakhetarpal/hugo-python-distributions/issues"
Changelog = "https://github.com/agriyakhetarpal/hugo-python-distributions/releases"

[tool.ruff]
src = ["python_hugo"]

[tool.ruff.lint]
extend-select = [
"B", # flake8-bugbear
"I", # isort
Expand Down Expand Up @@ -84,5 +74,5 @@ ignore = [
"ISC001", # Conflicts with formatter
]

[tool.ruff.lint.per-file-ignores]
[tool.ruff.per-file-ignores]
"noxfile.py" = ["T20"]

0 comments on commit 9daf6a1

Please sign in to comment.