Commit 86e91825 by Tim Gates

Fix simple typo: specificed -> specified

Closes #1753
parent a7792f6a
...@@ -162,7 +162,7 @@ class Builder(object): ...@@ -162,7 +162,7 @@ class Builder(object):
) )
to_add.append(license_file.relative_to(self._path)) 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 # to avoid errors
if "readme" in self._poetry.local_config: if "readme" in self._poetry.local_config:
readme = self._path / self._poetry.local_config["readme"] 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