Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas-eschle committed Jan 1, 2025
1 parent fa688f9 commit d100d1c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,14 +49,13 @@ classifiers = [
"Topic :: Utilities",
]

dynamic = [ "version" ]

[project.optional-dependencies]
test = ["coverage", "hypothesis"]
doc = ["sphinx", "sphinx-rtd-theme", "sphinx-autodoc-typehints", "sphinxcontrib-apidoc"]
dev = ['yamlloader[test,doc]']
[project.urls]
Homepage = "https://github.com/Phynix/yamlloader"
Documentation = "https://yamlloader.readthedocs.io/"
optional-dependencies.dev = [ "yamlloader[test,doc]" ]
optional-dependencies.doc = [ "sphinx", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "sphinxcontrib-apidoc" ]
optional-dependencies.test = [ "coverage", "hypothesis" ]
urls.Documentation = "https://yamlloader.readthedocs.io/"
urls.Homepage = "https://github.com/Phynix/yamlloader"

[tool.hatch]
version.source = "vcs"
Expand Down

0 comments on commit d100d1c

Please sign in to comment.