Skip to content

Commit

Permalink
Excluding tests from installation
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Dec 20, 2022
1 parent 1983b4d commit c8117ff
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 @@ -18,7 +18,7 @@
long_description_content_type="text/markdown",
keywords="HDF5, h5py, XDMF, Paraview",
url=f"https://github.com/tdegeus/{project_name:s}",
packages=find_packages(),
packages=find_packages(exclude=["tests"]),
use_scm_version={"write_to": f"{project_name}/_version.py"},
setup_requires=["setuptools_scm"],
install_requires=["h5py", "numpy"],
Expand Down

0 comments on commit c8117ff

Please sign in to comment.