Skip to content

Commit

Permalink
Dist fixes (#45)
Browse files Browse the repository at this point in the history
* Remove no longer applicable py_modules from setup

* Fix .error.html inclusion in package data

* Don't install tests
  • Loading branch information
scop authored Oct 24, 2020
1 parent b599475 commit 71e8fb9
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,11 @@
author="nielstron",
author_email="n.muendler@web.de",
url="https://github.com/nielstron/pysyncthru/",
py_modules=["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",
"*.html",
],
},
install_requires=[
"demjson",
Expand Down

0 comments on commit 71e8fb9

Please sign in to comment.