From d6eef49cfde5033c485ab93b02179a367f8f59ac Mon Sep 17 00:00:00 2001 From: rosepearson Date: Tue, 3 Sep 2024 09:17:54 +1200 Subject: [PATCH] updated packaging --- pyproject.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 55cbf10..40bd97d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,9 +31,6 @@ dependencies = [ ] requires-python = ">=3.6" -[tool.setuptools] -packages = ["geoapis"] - [project.optional-dependencies] dev = ["black", "python-dotenv", "pip-tools", "pytest"]