1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-06-30 14:40:09 +02:00

Stop packaging makebuildserver script

makebuildserver requires this repository to be cloned locally.
Fixes #1014.
This commit is contained in:
FestplattenSchnitzel 2022-07-31 21:52:54 +02:00 committed by Hans-Christoph Steiner
parent ada36a3ee5
commit beb49eea48

View File

@ -80,7 +80,6 @@ setup(
url='https://f-droid.org',
license='AGPL-3.0',
packages=['fdroidserver', 'fdroidserver.asynchronousfilereader'],
scripts=['makebuildserver'],
entry_points={'console_scripts': ['fdroid=fdroidserver.__main__:main']},
data_files=get_data_files(),
python_requires='>=3.9',