Skip to content

Commit

Permalink
finishing touches
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Nov 23, 2023
1 parent 55c2dc1 commit 58b13f0
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions {{cookiecutter.project_slug}}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,9 @@ include = [
{%- endif %}
"Makefile",
"README.rst",
"environment-dev.yml"
{%- if cookiecutter.use_conda == 'y' %}
"environment-dev.yml",
{%- endif %}
{%- if cookiecutter.make_docs == 'y' %}
"environment-docs.yml",
"docs/_static/_images/*.gif",
Expand All @@ -183,12 +185,13 @@ exclude = [
{%- if cookiecutter.make_docs == 'y' %}
".readthedocs.yml",
{% endif -%}
".yamllint.yaml",
{%- if cookiecutter.make_docs == 'y' %}
".yamllint.yaml"
{%- if cookiecutter.make_docs == 'y' -%}
,
"docs/_*",
"docs/modules.rst",
"docs/{{ cookiecutter.project_slug }}*.rst",
{% endif -%}
"docs/{{ cookiecutter.project_slug }}*.rst"
{%- endif %}
]
{%- if cookiecutter.use_black == 'y' %}

Expand Down

0 comments on commit 58b13f0

Please sign in to comment.