Skip to content

Commit

Permalink
BLD: Include examples as package data.
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Sanderson committed Jul 19, 2016
1 parent 3c16e43 commit 086b489
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@
author='Quantopian Inc.',
author_email='[email protected]',
packages=find_packages(include='alphalens.*'),
package_data={
'alphalens': ['examples/*'],
},
long_description=long_description,
classifiers=[
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 086b489

Please sign in to comment.