diff --git a/pyproject.toml b/pyproject.toml index 741e2b5..1f5dfcd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,13 +2,17 @@ name = "HerdingCats" version = "0.1.4" description = "A tool for exploring open data catalogues" -authors = ["christophercarlon "] +authors = [ + "christophercarlon ", + "serjhassan ", +] readme = "README.md" packages = [{ include = "HerdingCats" }] license = "MIT" homepage = "https://github.com/christophercarlon/HerdingCats" repository = "https://github.com/christophercarlon/HerdingCats" keywords = ["open data", "open data catalogues", "ckan"] +include = ["LICENSE"] [tool.poetry.dependencies] python = "^3.11" @@ -25,7 +29,6 @@ xlrd = "^2.0.1" ruff = "^0.6.7" [tool.poetry.group.dev.dependencies] -watchdog = "^4.0.1" pytest = "^8.2.2" [build-system]