Skip to content

Commit

Permalink
Merge pull request #47 from BastianZim:patch-1
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 452307737
  • Loading branch information
Xarray-Beam authors committed Jun 1, 2022
2 parents 69ba1c7 + 71e443d commit 0153924
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 @@ -52,6 +52,6 @@
'docs': docs_requires,
},
url='https://github.com/google/xarray-beam',
packages=setuptools.find_packages(),
packages=setuptools.find_packages(exclude=["examples"]),
python_requires='>=3',
)

0 comments on commit 0153924

Please sign in to comment.