Skip to content

Commit d08532a

Browse files
authored
Update PolicyEngine branding (#2)
1 parent ba60e9b commit d08532a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# microunit
22

3-
`microunit` is Cosilico's unit-assignment package for microdata.
3+
`microunit` is PolicyEngine's unit-assignment package for microdata.
44

5-
It is part of the Cosilico microdata stack:
5+
It is part of the PolicyEngine microdata stack:
66

77
- `microimpute`: fill missing variables and transfer attributes across data
88
sources.

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ build-backend = "hatchling.build"
55
[project]
66
name = "microunit"
77
version = "0.1.0"
8-
description = "Policy unit assignment for Cosilico's microdata stack"
8+
description = "Policy unit assignment for PolicyEngine's microdata stack"
99
readme = "README.md"
1010
license = "MIT"
1111
authors = [
12-
{ name = "Cosilico", email = "hello@cosilico.ai" }
12+
{ name = "PolicyEngine", email = "hello@policyengine.org" }
1313
]
1414
keywords = [
1515
"microdata",
@@ -42,7 +42,7 @@ dev = [
4242
]
4343

4444
[project.urls]
45-
Repository = "https://github.com/CosilicoAI/microunit"
45+
Repository = "https://github.com/PolicyEngine/microunit"
4646

4747
[tool.hatch.build.targets.wheel]
4848
packages = ["src/microunit"]

0 commit comments

Comments
 (0)