Skip to content

Commit a9727c2

Browse files
committed
Change dist name
py-cps was too similar to an existing project.
1 parent fae3133 commit a9727c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ For an R version of this package, check out [cpsR](https://github.com/matt-saenz
1515
Install the package:
1616

1717
```shell
18-
pip install py-cps # Alas, pycps was taken
18+
pip install pycpsdata # Alas, pycps was taken
1919
```
2020

2121
and store your [Census API key](https://api.census.gov/data/key_signup.html) in an environment variable named `CENSUS_API_KEY`.

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
name = py-cps
2+
name = pycpsdata
33
version = 0.1.0
44
description = Load CPS microdata into a pandas DataFrame using the Census API.
55
long_description = file: README.md
@@ -12,7 +12,7 @@ project_urls =
1212
Bug Reports = https://github.com/matt-saenz/PyCPS/issues
1313
Source = https://github.com/matt-saenz/PyCPS
1414
keywords =
15-
py-cps
15+
pycpsdata
1616
pycps
1717
cps
1818
current population survey

0 commit comments

Comments
 (0)