From bfe45e5746d189ab55ddd38ff3bf1af6dcda4909 Mon Sep 17 00:00:00 2001 From: Jorge Escobar Date: Fri, 18 Mar 2022 14:53:38 -0400 Subject: [PATCH] PyPi Packaging of Data Pipeline --- data/data-pipeline/pyproject.toml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) 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"