mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Add console_scripts to create .exe file during installation on Windows
This commit is contained in:
parent
4dd9c488d3
commit
bd1f82fac5
1 changed files with 4 additions and 1 deletions
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},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue