Skip to content

Commit 2a3da25

Browse files
committed
Fix #43: Remove JSON data from git.
Add hatch_build.py to temprarily remove "geonamescache/data" from .gitignore so data is included when package is installed using pip.
1 parent 729b976 commit 2a3da25

10 files changed

Lines changed: 34 additions & 12 deletions

File tree

.gitignore

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
# Project
2-
data/*.csv
3-
data/*.json
4-
data/*.txt
5-
data/*.zip
2+
datasets/
63

7-
geonamescache/data/us_states.json
4+
geonamescache/data/
85

96

107
# Byte-compiled / optimized / DLL files

geonamescache/data/cities1000.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)