File tree Expand file tree Collapse file tree
{{ cookiecutter.pypi_package_name }} Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,12 +6,7 @@ readme = "README.md"
66authors = [{ name = " {{ cookiecutter.author_full_name }}" , email = " {{ cookiecutter.author_email }}" }]
77license = " {{ 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" ]
1510requires-python = " >={{ cookiecutter.python_version }}"
1611
1712dependencies = [
@@ -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" ]
4636test = [" pytest" ]
4737
4838{% if cookiecutter.include_executable == "y" -%}
You can’t perform that action at this time.
0 commit comments