Skip to content

Commit

Permalink
Merge pull request pandas-dev#185 from manahl/setup-fix
Browse files Browse the repository at this point in the history
Update setup.py
  • Loading branch information
jamesblackburn authored Jul 24, 2016
2 parents 250ae10 + b51e38a commit 8b8e8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def run_tests(self):
license="GPL",
keywords=["ahl", "keyvalue", "tickstore", "mongo", "timeseries", ],
url="https://github.com/manahl/arctic",
packages=find_packages(include=("arctic*", )),
packages=find_packages(exclude=['tests', 'tests.*', 'benchmarks']),
long_description='\n'.join((long_description, changelog)),
cmdclass={'test': PyTest},
ext_modules=cythonize(compress),
Expand Down

0 comments on commit 8b8e8b2

Please sign in to comment.