Skip to content

Commit

Permalink
Include package_data in setup.py
Browse files Browse the repository at this point in the history
This was causing all conda based builds to fail
  • Loading branch information
yuvipanda committed Aug 12, 2017
1 parent fbfcf5f commit bef5f1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion MANIFEST.in
@@ -1,4 +1,4 @@
include *.md
include LICENSE
include setup.cfg
include repo2docker/files/*
recursive-include repo2docker/files *
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -17,6 +17,7 @@
author_email='yuvipanda@gmail.com',
license='BSD',
packages=find_packages(),
include_package_data=True,
entry_points={
'console_scripts': [
'jupyter-repo2docker = repo2docker.__main__:main',
Expand Down

0 comments on commit bef5f1f

Please sign in to comment.