Skip to content

Commit 4ba7f10

Browse files
committed
Fix style
1 parent b635aa6 commit 4ba7f10

1 file changed

Lines changed: 2 additions & 12 deletions

File tree

{{ cookiecutter.pypi_package_name }}/pyproject.toml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,7 @@ readme = "README.md"
66
authors = [{ name = "{{ cookiecutter.author_full_name }}", email = "{{ cookiecutter.author_email }}" }]
77
license = "{{ cookiecutter.project_license }}"
88
# See https://pypi.org/pypi?%3Aaction=list_classifiers
9-
classifiers = [
10-
"Development Status :: 3 - Alpha",
11-
"Operating System :: MacOS",
12-
"Operating System :: POSIX :: Linux",
13-
"Topic :: Utilities",
14-
]
9+
classifiers = ["Development Status :: 3 - Alpha", "Topic :: Utilities"]
1510
requires-python = ">={{ cookiecutter.python_version }}"
1611

1712
dependencies = [
@@ -37,12 +32,7 @@ dev = [
3732
"types-colorama",
3833
{%- endif %}
3934
]
40-
doc = [
41-
"myst-parser",
42-
"sphinx",
43-
"sphinx-autoapi",
44-
"sphinx-rtd-theme",
45-
]
35+
doc = ["myst-parser", "sphinx", "sphinx-autoapi", "sphinx-rtd-theme"]
4636
test = ["pytest"]
4737

4838
{% if cookiecutter.include_executable == "y" -%}

0 commit comments

Comments
 (0)