Skip to content

Commit

Permalink
Merge pull request pandas-dev#181 from mckelvin/packaging
Browse files Browse the repository at this point in the history
packaging: Exclude benchmarks and tests
  • Loading branch information
bmoscon authored Jul 20, 2016
2 parents d9d2485 + 1b46207 commit 9832f62
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(),
packages=find_packages(include=("arctic*", )),
long_description='\n'.join((long_description, changelog)),
cmdclass={'test': PyTest},
ext_modules=cythonize(compress),
Expand Down

0 comments on commit 9832f62

Please sign in to comment.