Skip to content

Commit

Permalink
Remove benchmarks from pip wheel.
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaudiaComito committed Sep 25, 2020
1 parent ce3bcfe commit 5fa3918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@

setup(
name="heat",
packages=find_packages(exclude=("*tests*",)),
packages=find_packages(exclude=("*tests*", "*benchmarks*")),
data_files=["README.md", "LICENSE"],
version=__version__,
description="A framework for high performance data analytics and machine learning.",
description="A framework for high-performance data analytics and machine learning.",
long_description=long_description,
long_description_content_type="text/markdown",
author="Helmholtz Association",
Expand Down

0 comments on commit 5fa3918

Please sign in to comment.