mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-15 19:59:02 -05:00
Move synctl into synapse._scripts and expose as an entrypoint (#12140)
This commit is contained in:
parent
423cca9efe
commit
4aeb00ca20
11 changed files with 33 additions and 13 deletions
|
|
@ -46,7 +46,7 @@ RUN \
|
|||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Copy just what we need to pip install
|
||||
COPY MANIFEST.in README.rst setup.py synctl /synapse/
|
||||
COPY MANIFEST.in README.rst setup.py /synapse/
|
||||
COPY synapse/__init__.py /synapse/synapse/__init__.py
|
||||
COPY synapse/python_dependencies.py /synapse/synapse/python_dependencies.py
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue