summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 3 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 275eaa2..fcee728 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -26,7 +26,9 @@ classifiers = [
"Topic :: Security :: Cryptography",
]
include = [
- "LICENSE", "README.md", "CHANGELOG.md",
+ { path = "LICENSE", format = "sdist" },
+ { path = "README.md", format = "sdist" },
+ { path = "CHANGELOG.md", format = "sdist" },
]
[tool.poetry.dependencies]