Skip to content

Commit

Permalink
Small fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmtroffaes committed Sep 11, 2024
1 parent 29c5687 commit 6c9b2fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[project]
name = "sphinxcontrib-bibtex"
version = "2.6.3a1"
license = "BSD-2-Clause"
license = { text = "BSD-2-Clause" }
description = "Sphinx extension for BibTeX style citations."
readme = "README.rst"
requires-python = ">=3.7"
Expand Down Expand Up @@ -39,7 +39,6 @@ dependencies = [

[project.optional-dependencies]
test = ["pytest", "pytest-cov"]
doc = ["sphinx"]

[project.urls]
homepage = "https://github.com/mcmtroffaes/sphinxcontrib-bibtex"
Expand Down
2 changes: 1 addition & 1 deletion test/some_cython_module/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ["setuptools", "wheel", "Cython"]
[project]
name = "some-cython-module"
version = "0.0.1"
license = "BSD-2-Clause"
license = { text = "BSD-2-Clause" }
authors = [
{email = "matthias.troffaes@gmail.com"},
{name = "Matthias C. M. Troffaes"},
Expand Down

0 comments on commit 6c9b2fe

Please sign in to comment.