Skip to content

Commit

Permalink
Remove the tests directory from the build files. (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikedaosushi authored Aug 14, 2024
1 parent e49a054 commit 5c87e3a
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 @@ -7,7 +7,7 @@
setup(
name="adagio",
version=__version__,
packages=find_packages(),
packages=find_packages(exclude=('tests', )),
description="The Dag IO Framework for Fugue projects",
long_description=LONG_DESCRIPTION,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 5c87e3a

Please sign in to comment.