mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
Correct filename in setup.py
This commit is contained in:
parent
1560235424
commit
94881ba10d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -12,7 +12,7 @@ else:
|
|||
setup(name='fdroidserver',
|
||||
version='0.3.0',
|
||||
description='F-Droid Server Tools',
|
||||
long_description=open('README').read(),
|
||||
long_description=open('README.md').read(),
|
||||
author='The F-Droid Project',
|
||||
author_email='team@f-droid.org',
|
||||
url='https://f-droid.org',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue