Skip to content

Commit

Permalink
- fixes for buildout-recipe configuration type
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake authored and icemac committed Sep 12, 2024
1 parent e4db124 commit f52a410
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/buildout-recipe/tox.ini.j2
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ setenv =
%(line)s
{% endfor %}
{% else %}
COVERAGE_PROCESS_START={toxinidir}/.coveragerc
COVERAGE_PROCESS_START={toxinidir}/pyproject.toml
{% endif %}
deps =
coverage[toml]
Expand Down
3 changes: 0 additions & 3 deletions config/default/MANIFEST.in.j2
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ include *.txt
include buildout.cfg
include tox.ini
include .pre-commit-config.yaml
{% if config_type in ('buildout-recipe', 'c-code') %}
include .coveragerc
{% endif %}
{% if with_docs %}

recursive-include docs *.py
Expand Down
1 change: 1 addition & 0 deletions config/default/tox-release-check.j2
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description = ensure that the distribution is ready to release
basepython = python3
skip_install = true
deps =
setuptools %(setuptools_version_spec)s
twine
build
check-manifest
Expand Down

0 comments on commit f52a410

Please sign in to comment.