diff --git a/pyproject.toml b/pyproject.toml index 4786c20..86e458c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,16 @@ classifiers = [ "Topic :: Utilities" ] +include = [ + { path = "example.cbor", format = "sdist" }, + { path = "example.json", format = "sdist" }, + { path = "example.msgpack", format = "sdist" }, + { path = "example.toml", format = "sdist" }, + { path = "example.yaml", format = "sdist" }, + { path = "tests/", format = "sdist" }, + { path = "tox.ini", format = "sdist" }, +] + [tool.poetry.dependencies] python = "^3.8" cbor2 = "^5.4"