mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
downcase setup.py name to match the name in the repo, Debian package, etc.
This commit is contained in:
parent
92c1e44dba
commit
434eab6606
2 changed files with 2 additions and 2 deletions
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@
|
|||
|
||||
from setuptools import setup
|
||||
|
||||
setup(name='FDroidServer',
|
||||
setup(name='fdroidserver',
|
||||
version='0.1',
|
||||
description='F-Droid Server Tools',
|
||||
long_description=open('README').read(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue