diff --git a/pyproject.toml b/pyproject.toml index 7ad60b0..a156fbe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ authors = [ { name = "Vadim Melnik", email = "vmelnik@docsultant.com" }, ] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 3 - Alpha", "Programming Language :: Python", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", @@ -31,6 +31,12 @@ Documentation = "https://github.com/ReproNim/reprostim" Issues = "https://github.com/ReproNim/reprostim/issues" Source = "https://github.com/ReproNim/reprostim" +[tool.hatch.build.targets.sdist] +include = [ + "/src/reprostim/", + "/tests", +] + [tool.hatch.version] path = "src/reprostim/__about__.py"