Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
flying-sheep authored Aug 23, 2024
1 parent 48d91ba commit ccc1ef4
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions {{cookiecutter.project_name}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,9 @@ version = "0.0.1"
description = "{{ cookiecutter.project_description }}"
readme = "README.md"
requires-python = ">=3.10"
license = {file = "LICENSE"}
authors = [
{name = "{{ cookiecutter.author_full_name }}"},
]
maintainers = [
{name = "{{ cookiecutter.author_full_name }}", email = "{{ cookiecutter.author_email }}"},
]
license = { file = "LICENSE" }
authors = [ {name = "{{ cookiecutter.author_full_name }}"} ]
maintainers = [ {name = "{{ cookiecutter.author_full_name }}", email = "{{ cookiecutter.author_email }}"} ]
urls.Documentation = "https://{{ cookiecutter.project_name }}.readthedocs.io/"
urls.Source = "{{ cookiecutter.project_repo }}"
urls.Home-page = "{{ cookiecutter.project_repo }}"
Expand All @@ -32,7 +28,8 @@ doc = [
"sphinx-book-theme>=1.0.0",
"myst-nb>=1.1.0",
"sphinxcontrib-bibtex>=1.0.0",
"setuptools", # Until pybtex >0.23.0 releases: https://bitbucket.org/pybtex-devs/pybtex/issues/169/
# Until pybtex >0.23.0 releases: https://bitbucket.org/pybtex-devs/pybtex/issues/169/
"setuptools",
"sphinx-autodoc-typehints",
"sphinxext-opengraph",
# For notebooks
Expand Down

0 comments on commit ccc1ef4

Please sign in to comment.