2016-01-08 17:12:00 +03:00
|
|
|
diff --git a/homeserver b/homeserver
|
|
|
|
new file mode 120000
|
|
|
|
index 0000000..2f1d413
|
|
|
|
--- /dev/null
|
|
|
|
+++ b/homeserver
|
2016-12-20 06:50:10 +03:00
|
|
|
@@ -0,0 +1,1 @@
|
2016-01-08 17:12:00 +03:00
|
|
|
+synapse/app/homeserver.py
|
|
|
|
\ No newline at end of file
|
|
|
|
diff --git a/setup.py b/setup.py
|
2016-12-20 06:50:10 +03:00
|
|
|
index b00c2af..c7f6e0a 100755
|
2016-01-08 17:12:00 +03:00
|
|
|
--- a/setup.py
|
|
|
|
+++ b/setup.py
|
2016-12-20 06:50:10 +03:00
|
|
|
@@ -92,6 +92,6 @@ setup(
|
2016-01-08 17:12:00 +03:00
|
|
|
include_package_data=True,
|
|
|
|
zip_safe=False,
|
|
|
|
long_description=long_description,
|
|
|
|
- scripts=["synctl"] + glob.glob("scripts/*"),
|
|
|
|
+ scripts=["synctl", "homeserver"] + glob.glob("scripts/*"),
|
2016-12-20 06:50:10 +03:00
|
|
|
cmdclass={'test': TestCommand},
|
2016-01-08 17:12:00 +03:00
|
|
|
)
|