move files to match setup py
This commit is contained in:
parent
63e4676ca3
commit
f8278a2906
4
setup.py
4
setup.py
@ -42,5 +42,7 @@ setup(name='tww',
|
||||
install_requires=gen_from_file(),
|
||||
author_email='',
|
||||
license='MIT',
|
||||
packages=[''],
|
||||
packages=['tww'],
|
||||
package_dir={'tww': 'src/tww'},
|
||||
package_data={'tww': ['data/*.csv']},
|
||||
zip_safe=False)
|
||||
|
0
src/tww/__init__.py
Normal file
0
src/tww/__init__.py
Normal file
6
src/tww/data/.cache.csv
Normal file
6
src/tww/data/.cache.csv
Normal file
@ -0,0 +1,6 @@
|
||||
zurich,47.3666667,8.5500002
|
||||
california,40.9066368,14.2958736
|
||||
bulgaria,43.0,25.0
|
||||
usa,39.7563889,46.7511101
|
||||
brazil,-10.0,-55.0
|
||||
sydney,-33.86785,151.2073212
|
|
Loading…
Reference in New Issue
Block a user