diff options
author | Mark Haines <mark.haines@matrix.org> | 2014-11-04 15:18:43 +0000 |
---|---|---|
committer | Mark Haines <mark.haines@matrix.org> | 2014-11-04 15:18:43 +0000 |
commit | 4a73c366faad6c64c062545bef6734414bf3dae4 (patch) | |
tree | 64dc476a1e4ca3461f508df4081ccf88c25d1f75 /setup.py | |
parent | Fix installation instructions in README (diff) | |
download | synapse-4a73c366faad6c64c062545bef6734414bf3dae4.tar.xz |
exclude tests
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py index 660efd5b89..0cb56c400f 100755 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ def read(fname): setup( name="SynapseHomeServer", version="0.0.1", - packages=find_packages(exclude=["tests"]), + packages=find_packages(exclude=["tests", "tests.*"]), description="Reference Synapse Home Server", install_requires=[ "syutil==0.0.2", |