mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-10 00:34:35 -04:00
Stop packaging makebuildserver script
makebuildserver requires this repository to be cloned locally. Fixes #1014.
This commit is contained in:
committed by
Hans-Christoph Steiner
parent
ada36a3ee5
commit
beb49eea48
1
setup.py
1
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user