mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-24 10:34:18 -08:00
PyPi Packaging of Data Pipeline
This commit is contained in:
parent
7b05ee9c76
commit
bfe45e5746
1 changed files with 10 additions and 2 deletions
|
@ -1,8 +1,16 @@
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
authors = ["Your Name <you@example.com>"]
|
|
||||||
description = "ETL and Generation of Justice 40 Score"
|
|
||||||
name = "data-pipeline"
|
name = "data-pipeline"
|
||||||
version = "0.1.0"
|
version = "0.1.0"
|
||||||
|
description = "ETL, Score and Map Generation of Justice 40 Tool"
|
||||||
|
authors = ["Justice40 Engineering <j40-engineering@lists.usds.gov>"]
|
||||||
|
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]
|
[tool.poetry.dependencies]
|
||||||
CensusData = "^1.13"
|
CensusData = "^1.13"
|
||||||
|
|
Loading…
Add table
Reference in a new issue