Fix ImportError when importing after system-wide installation
This commit is contained in:
parent
bc38a97025
commit
a404a37749
2
setup.py
2
setup.py
@ -36,6 +36,6 @@ setup(
|
|||||||
author_email='phyks@phyks.me',
|
author_email='phyks@phyks.me',
|
||||||
license='MIT License',
|
license='MIT License',
|
||||||
description='A (sane) Python plotting module, abstracting on top of Matplotlib.',
|
description='A (sane) Python plotting module, abstracting on top of Matplotlib.',
|
||||||
packages=['replot'],
|
packages=['replot', 'replot.grid', 'replot.helpers'],
|
||||||
install_requires=install_requires
|
install_requires=install_requires
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user