Skip to content

Commit

Permalink
setup.py: do not install the tests
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
  • Loading branch information
AndrewAmmerlaan committed Jun 10, 2021
1 parent 2fdf698 commit 0a6c649
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 @@ -58,7 +58,7 @@ def find_version(*file_paths):
"Operating System :: OS Independent",
"Topic :: Software Development :: Libraries :: Python Modules",
],
packages=find_packages(),
packages=find_packages(exclude=('test*')),
install_requires=[
"feedparser > 5.1.0, < 6",
"pytz",
Expand Down

0 comments on commit 0a6c649

Please sign in to comment.