mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-03 15:54:49 -04:00
Seperate scripts/ into scripts/ and scripts-dev/, where scripts/* are automatically added to the package
This commit is contained in:
parent
f4664a6cbd
commit
119e5d7702
15 changed files with 4 additions and 704 deletions
3
setup.py
3
setup.py
|
@ -14,6 +14,7 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
import glob
|
||||
import os
|
||||
from setuptools import setup, find_packages
|
||||
|
||||
|
@ -55,5 +56,5 @@ setup(
|
|||
include_package_data=True,
|
||||
zip_safe=False,
|
||||
long_description=long_description,
|
||||
scripts=["synctl", "register_new_matrix_user"],
|
||||
scripts=["synctl"] + glob.glob("scripts/*"),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue