Files
4fury-c3440d8 dcee2ecb33 fasteners-0.20
2026-02-16 14:42:54 +04:00

16 lines
335 B
Python

#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import python3modules, pisitools
def build():
python3modules.compile()
def install():
python3modules.install()
pisitools.dodoc("LICENSE")