Skip to content

Commit b4edc85

Browse files
committed
Merge pull request #1 from bernardotorres/master
Install tz_world.csv as well
2 parents 1ede6cd + 522ff5a commit b4edc85

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
version='1.0',
1212
packages=['tzwhere'],
1313
package_data={
14-
'tzwhere': ['tz_world.json', 'tz_world_compact.json', 'tz_world.pickle']
14+
'tzwhere': ['tz_world.json', 'tz_world_compact.json',
15+
'tz_world.pickle', 'tz_world.csv']
1516
},
1617
include_package_data=True,
1718
license='MIT License',

0 commit comments

Comments
 (0)