Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wesselb/plum
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselb committed Nov 12, 2022
2 parents 85aacd4 + 1f768c4 commit 0d7f8c2
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 @@ -3,7 +3,7 @@
requirements = []

setup(
packages=find_packages(exclude=["docs"]),
packages=find_packages(include=["plum*"]),
python_requires=">=3.7",
install_requires=requirements,
include_package_data=True,
Expand Down

0 comments on commit 0d7f8c2

Please sign in to comment.