mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
bump to version v1.1.6
This commit is contained in:
parent
f92eaf644f
commit
dcb72a77ce
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
|
@ -48,11 +48,13 @@ def get_data_files():
|
|||
data_files.append((d, [f, ]))
|
||||
return data_files
|
||||
|
||||
|
||||
with open("README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
|
||||
setup(name='fdroidserver',
|
||||
version='1.1.5',
|
||||
version='1.1.6',
|
||||
description='F-Droid Server Tools',
|
||||
long_description=long_description,
|
||||
long_description_content_type='text/markdown',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue