Skip to content

Commit

Permalink
Refactor pyporject to remove repeated entries
Browse files Browse the repository at this point in the history
  • Loading branch information
berrli committed Aug 10, 2024
1 parent b50c382 commit 9b88fd1
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[project]
name = "environmental_insights"
version = "0.1.7b0"
version = "0.1.8b0"
description = "A Python package for democratizing access to ambient air pollution data and predictive analytics."
authors = [
{ name="Liam J. Berrisford", email="l.berrisford@exeter.ac.uk" }
Expand All @@ -31,18 +31,6 @@ dependencies = [
[tool.setuptools.packages.find]
where = ["."]

[tool.poetry]
name = "environmental_insights"
version = "0.1.7b0"
description = "A Python package for democratizing access to ambient air pollution data and predictive analytics."
authors = ["Liam J. Berrisford <l.berrisford@exeter.ac.uk>"]
license = "GPL-3.0-or-later"
keywords = ["air pollution", "predictive analytics", "environmental data", "geospatial analysis"]
readme = "README.md"
packages = [
{ include = "environmental_insights" } # Adjust this if your package directory has a different name
]

[tool.poetry.dependencies]
python = "^3.9"
geopandas = "*"
Expand Down

0 comments on commit 9b88fd1

Please sign in to comment.