We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eebdc59 commit a03c285Copy full SHA for a03c285
1 file changed
pyproject.toml
@@ -26,6 +26,9 @@ classifiers = [
26
packages = [
27
{ include = "vcspull" }
28
]
29
+include = [
30
+ { path = "tests", format = "sdist" }
31
+]
32
readme = 'README.md'
33
keywords = ["vcspull", "git", "vcs", "json", "yaml"]
34
0 commit comments