Skip to content

Commit

Permalink
update setup.py to include sandbox
Browse files Browse the repository at this point in the history
  • Loading branch information
g3org3mb committed Aug 4, 2017
1 parent 5e2c62d commit d0bc387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@ def version_libs(libs, precisions, versions):
version='0.1.1',
# author='',
# author_email='',
packages=find_packages(exclude=['tests', 'quantipy.sandbox']),
packages=find_packages(exclude=['tests']),
include_package_data=True,
install_requires=INSTALL_REQUIRES,
)

0 comments on commit d0bc387

Please sign in to comment.