mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-05-02 12:26:06 -04:00
Merge branch 'master' into develop
Conflicts: setup.py
This commit is contained in:
commit
73e4ad4b8b
7 changed files with 25 additions and 10 deletions
2
setup.py
2
setup.py
|
@ -81,7 +81,7 @@ setup(
|
|||
packages=find_packages(exclude=["tests", "tests.*"]),
|
||||
description="Reference Synapse Home Server",
|
||||
install_requires=dependencies['requirements'](include_conditional=True).keys(),
|
||||
dependency_links=dependencies["DEPENDENCY_LINKS"],
|
||||
dependency_links=dependencies["DEPENDENCY_LINKS"].values(),
|
||||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
long_description=long_description,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue