Skip to content

Commit

Permalink
Dev: Added AUTHORS.md to build dependencies again
Browse files Browse the repository at this point in the history
It had been removed in PR #1622 because it was updated in the publish workflow.
PR #1694 provided a better circumvention by making the AUTHORS.md file
creation check for whether the git shortlog command returned any authors.

With the better circumvention in place, the previous circumvention is now
removed.

Signed-off-by: Andreas Maier <[email protected]>
  • Loading branch information
andy-maier committed Oct 9, 2024
1 parent f3bec51 commit c107d11
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -244,14 +244,11 @@ pytest_cov_files := .coveragerc
build_files := $(bdist_file) $(sdist_file)

# Files the distribution archives depend upon.
# AUTHORS.md is intentionally not in that list even though it is included in the
# binary distribution archive, because we don't want it to change during the
# 'make build' that is run in the publish workflow (that would lead to an
# attempt to release a development version).
dist_dependent_files := \
pyproject.toml \
LICENSE \
README.md \
AUTHORS.md \
requirements.txt \
extra-testutils-requirements.txt \
$(package_py_files) \
Expand Down

0 comments on commit c107d11

Please sign in to comment.