1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-04 16:30:12 +02:00

Correct filename in setup.py

This commit is contained in:
Nico Alt 2015-08-04 21:02:06 +02:00
parent 1560235424
commit 94881ba10d

View File

@ -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',