vimeo / graph-explorer

A graphite dashboard powered by structured metrics
http://vimeo.github.io/graph-explorer/
Apache License 2.0
1.06k stars 93 forks source link

python setup.py install does not copy needed timeserieswidget files #105

Closed Dieterbe closed 10 years ago

Dieterbe commented 10 years ago

@hollobon can you fix this? this problem got introduced as part of #100 once this is fixed, i can cut a new release, i think.

for example, when i create a virtualenv, and pip install into it, I still need to cp -ax timeserieswidget ge-dev/lib/python2.7/site-packages/graph_explorer-0.0.0-py2.7.egg/graph_explorer/ into the virtualenv.

otherwise no timeserieswidget directory exists in the virtualenv.

offlinehacker commented 10 years ago

Just define stuff you want to include in MANIFEST.ini and it should work, something like:

graft timeserieswidget

Look into this for example: https://github.com/offlinehacker/pypi2nix/blob/master/MANIFEST.in

Dieterbe commented 10 years ago

perfect. thanks @offlinehacker !