Skip to content

Commit 9832f62

Browse files
authored
Merge pull request pandas-dev#181 from mckelvin/packaging
packaging: Exclude benchmarks and tests
2 parents d9d2485 + 1b46207 commit 9832f62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def run_tests(self):
7878
license="GPL",
7979
keywords=["ahl", "keyvalue", "tickstore", "mongo", "timeseries", ],
8080
url="https://github.com/manahl/arctic",
81-
packages=find_packages(),
81+
packages=find_packages(include=("arctic*", )),
8282
long_description='\n'.join((long_description, changelog)),
8383
cmdclass={'test': PyTest},
8484
ext_modules=cythonize(compress),

0 commit comments

Comments
 (0)