Skip to content

Commit

Permalink
Don't install tests
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Oct 23, 2020
1 parent 07447f6 commit b3eda82
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,11 @@
author="nielstron",
author_email="n.muendler@web.de",
url="https://github.com/nielstron/pysyncthru/",
packages=find_packages(),
packages=find_packages(exclude=("pysyncthru.tests", "pysyncthru.tests.*")),
package_data={
"pysyncthru": [
"py.typed",
],
"pysyncthru.tests.test_structure": [
"sws/app/information/home/home.json",
".error.html",
],
},
install_requires=[
"demjson",
Expand Down

0 comments on commit b3eda82

Please sign in to comment.