Skip to content

Commit 31c3259

Browse files
authored
Update pyproject.toml
1 parent 0212f7f commit 31c3259

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "data_lead_mapper"
7-
version = "0.2.1" # bump to 0.1.1 for republishing
7+
version = "0.2.3" # bump to 0.1.1 for republishing
88
description = "package for identifying and scoring third-party data buyers in U.S. federal job postings from USAJobs."
9-
readme = "data_lead_mapper/README.md"
9+
readme = "data_demand_mapper/README.md"
1010
requires-python = ">=3.8"
1111
license = {text = "MIT"}
1212
authors = [
@@ -27,7 +27,7 @@ dependencies = [
2727

2828
[tool.setuptools.packages.find]
2929
where = ["."]
30-
include = ["data_lead_mapper", "data_lead_mapper.*"]
30+
include = ["data_demand_mapper", "data_demand_mapper.*"]
3131

3232
[tool.setuptools.package-data]
3333
"data_buyer_toolkit" = ["*.joblib"]

0 commit comments

Comments
 (0)