diff --git a/INSTALL b/INSTALL index 446ae513..074837a1 100644 --- a/INSTALL +++ b/INSTALL @@ -1,3 +1,3 @@ For development, you can run the following command to install Escher with all its dependencies: -pip install -e '.[docs]' \ No newline at end of file +pip install -e '.[all]' \ No newline at end of file diff --git a/setup.py b/setup.py index 584801fa..ac36ac6a 100644 --- a/setup.py +++ b/setup.py @@ -179,7 +179,8 @@ def run(self): packages=['escher'], package_data={'escher': ['css/web/*.css', 'css/*.css', 'templates/*', 'example_data/*', 'lib/*.js', 'lib/*.css', - 'lib/fonts/*', 'resources/*']}, + 'fonts/*', 'js/src/*.js', 'js/web/*.js', + 'resources/*']}, install_requires=['Jinja2>=2.7.3', 'tornado>=4.0.2', 'pytest>=2.6.2',