diff options
author | Matthew Hodgson <matthew@matrix.org> | 2018-10-21 12:18:30 +0100 |
---|---|---|
committer | Matthew Hodgson <matthew@matrix.org> | 2018-10-21 12:18:30 +0100 |
commit | 058934b1cf90c1f25af19f7f9a7bf8ad17a50340 (patch) | |
tree | b12e5bc937c0b57dc65238eb2349ce4aaab0f2fe /setup.py | |
parent | Make scripts/ and scripts-dev/ pass pyflakes (and the rest of the codebase on... (diff) | |
download | synapse-058934b1cf90c1f25af19f7f9a7bf8ad17a50340.tar.xz |
uh, Matrix is called Matrix these days...
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/setup.py b/setup.py index b00c2af367..00b69c43f5 100755 --- a/setup.py +++ b/setup.py @@ -1,6 +1,8 @@ #!/usr/bin/env python -# Copyright 2014-2016 OpenMarket Ltd +# Copyright 2014-2017 OpenMarket Ltd +# Copyright 2017 Vector Creations Ltd +# Copyright 2017-2018 New Vector Ltd # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -86,7 +88,7 @@ setup( name="matrix-synapse", version=version, packages=find_packages(exclude=["tests", "tests.*"]), - description="Reference Synapse Home Server", + description="Reference homeserver for the Matrix decentralised comms protocol", install_requires=dependencies['requirements'](include_conditional=True).keys(), dependency_links=dependencies["DEPENDENCY_LINKS"].values(), include_package_data=True, |