mirror of
https://github.com/YunoHost-Apps/django-fmd_ynh.git
synced 2024-09-03 18:26:27 +02:00
8 lines
178 B
Python
8 lines
178 B
Python
|
"""
|
||
|
django_fmd_ynh
|
||
|
YunoHost app package for https://gitlab.com/jedie/django-find-my-device
|
||
|
"""
|
||
|
|
||
|
__version__ = '0.4.0+ynh1'
|
||
|
__author__ = 'Jens Diemer <git@jensdiemer.de>'
|