diff --git a/data/data-pipeline/pyproject.toml b/data/data-pipeline/pyproject.toml index 95a21369..1942353d 100644 --- a/data/data-pipeline/pyproject.toml +++ b/data/data-pipeline/pyproject.toml @@ -1,8 +1,16 @@ [tool.poetry] -authors = ["Your Name "] -description = "ETL and Generation of Justice 40 Score" name = "data-pipeline" version = "0.1.0" +description = "ETL, Score and Map Generation of Justice 40 Tool" +authors = ["Justice40 Engineering "] +keywords = ["justice40", "environmental_justice", "python", "etl"] +readme = "README.md" +license = "MIT" +homepage = "https://github.com/usds/justice40-tool/tree/main/data/data-pipeline" +repository = "https://github.com/usds/justice40-tool" +include = [ + "LICENSE", +] [tool.poetry.dependencies] CensusData = "^1.13"