diff --git a/pyproject.toml b/pyproject.toml index b1c318c..99c48bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,9 @@ classifiers = [ homepage = "https://github.com/skorokithakis/shortuuid/" authors = ["Stavros Korokithakis "] readme = "README.md" -include = ["COPYING"] +include = [ + { path = "COPYING", format = "sdist" } +] [tool.poetry.scripts] shortuuid = "shortuuid.cli:cli"