mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-05-10 08:46:11 -04:00
Add console_scripts to create .exe file during installation on Windows
This commit is contained in:
committed by
Hans-Christoph Steiner
parent
4dd9c488d3
commit
bd1f82fac5
5
setup.py
5
setup.py
@@ -62,7 +62,10 @@ setup(name='fdroidserver',
|
||||
url='https://f-droid.org',
|
||||
license='AGPL-3.0',
|
||||
packages=['fdroidserver', 'fdroidserver.asynchronousfilereader'],
|
||||
scripts=['fdroid', 'makebuildserver'],
|
||||
scripts=['makebuildserver'],
|
||||
entry_points={
|
||||
'console_scripts': ['fdroid=fdroidserver.__main__:main']
|
||||
},
|
||||
data_files=get_data_files(),
|
||||
python_requires='>=3.5',
|
||||
cmdclass={'versioncheck': VersionCheckCommand},
|
||||
|
||||
Reference in New Issue
Block a user