Skip to content

Commit

Permalink
Merge pull request #55 from stuartmaxwell:include-docs-in-pyproject-toml
Browse files Browse the repository at this point in the history
Include link to documentation
  • Loading branch information
stuartmaxwell authored Nov 15, 2024
2 parents c470e1d + 9134284 commit c410664
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ readme = "README.md"
requires-python = ">=3.10"
authors = [{ name = "Stuart Maxwell", email = "[email protected]" }]
dependencies = [
"django>=4.2.0",
"markdown>=3.7",
"tomli>=2.1.0 ; python_full_version < '3.11'",
"django>=4.2.0",
"markdown>=3.7",
"tomli>=2.1.0 ; python_full_version < '3.11'",
]
license = { file = "LICENSE" }
classifiers = [
Expand Down Expand Up @@ -40,6 +40,7 @@ keywords = ["django", "blog", "cms", "markdown", "wordpress"]

[project.urls]
Homepage = "https://github.com/stuartmaxwell/djpress"
Documentation = "https://stuartmaxwell.github.io/djpress/"
Repository = "https://github.com/stuartmaxwell/djpress"
Issues = "https://github.com/stuartmaxwell/djpress/issues"

Expand All @@ -52,13 +53,13 @@ test = [
"nox>=2024.4.15",
]
docs = [
"cogapp>=3.4.1",
"furo>=2024.8.6",
"myst-parser>=4.0.0",
"sphinx>=8.1.3",
"sphinx-autobuild>=2024.10.3",
"sphinx-copybutton>=0.5.2",
"sphinx-rtd-theme>=3.0.1",
"cogapp>=3.4.1",
"furo>=2024.8.6",
"myst-parser>=4.0.0",
"sphinx>=8.1.3",
"sphinx-autobuild>=2024.10.3",
"sphinx-copybutton>=0.5.2",
"sphinx-rtd-theme>=3.0.1",
]

[tool.ruff]
Expand Down

0 comments on commit c410664

Please sign in to comment.