fdroid-server/fdroid

23 lines
849 B
Plaintext
Raw Normal View History

2016-01-04 16:33:20 +01:00
#!/usr/bin/env python3
2020-01-21 17:10:40 +01:00
#
# fdroid.py - part of the FDroid server tools
2020-01-28 11:40:58 +01:00
# Copyright (C) 2020 Michael Pöhn <michael.poehn@fsfe.org>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
2020-01-19 18:51:51 +01:00
import fdroidserver.__main__
2020-01-19 18:51:51 +01:00
fdroidserver.__main__.main()