Commit 00309a16 by finswimmer Committed by GitHub

Merge pull request #1754 from timgates42/bugfix/typo_specified

Fix simple typo: specificed -> specified
parents f3a5f196 86e91825
......@@ -162,7 +162,7 @@ class Builder(object):
)
to_add.append(license_file.relative_to(self._path))
# If a README is specificed we need to include it
# If a README is specified we need to include it
# to avoid errors
if "readme" in self._poetry.local_config:
readme = self._path / self._poetry.local_config["readme"]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment