diff --git a/pyproject.toml b/pyproject.toml index 905b4c8..3cea2da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "soluble" -version = "1.0.0" +version = "2.0.0" description = "Set up a dissolvable, ephemeral salt minion using salt-ssh" readme = "README.rst" url = "https://github.com/saltstack/soluble" @@ -33,9 +33,6 @@ dependencies = [ ] packages = ["soluble/**"] -[tool.hatch.build.targets.sdist] -include = ["soluble/**"] - [tool.hatch.build.targets.wheel] packages = ["soluble"]