Skip to content

Commit

Permalink
chore: pyproject toml edit for publish [2024-11-27]
Browse files Browse the repository at this point in the history
  • Loading branch information
CHRISCARLON committed Nov 27, 2024
1 parent de8f41f commit 5d361b4
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@
name = "HerdingCats"
version = "0.1.4"
description = "A tool for exploring open data catalogues"
authors = ["christophercarlon <[email protected]>"]
authors = [
"christophercarlon <[email protected]>",
"serjhassan <[email protected]>",
]
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"
Expand All @@ -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]
Expand Down

0 comments on commit 5d361b4

Please sign in to comment.