We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2cb8b3 commit e61e15eCopy full SHA for e61e15e
setup.py
@@ -127,7 +127,9 @@ def write_readme():
127
data_files=[(os.path.join(ipython_dir, "nbextensions/gmaps_js"),
128
["gmaps/js/heatmap_view.js"])],
129
classifiers=classifiers,
130
- packages=["gmaps"],
+ packages=["gmaps", "gmaps.datasets"],
131
+ package_dir={"gmaps.datasets" : "gmaps/datasets" },
132
+ package_data={"gmaps.datasets": ["metadata.yaml","data/*.csv"]},
133
url=r"https://github.com/pbugnion/gmaps",
134
license="BSD License",
135
platforms=["Linux", "Mac OS", "Windows"]
0 commit comments