fasteners-0.20

This commit is contained in:
4fury-c3440d8
2026-02-16 14:42:54 +04:00
parent 2ebb5aa783
commit dcee2ecb33
2 changed files with 53 additions and 43 deletions
@@ -4,10 +4,12 @@
# 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
from pisi.actionsapi import python3modules, pisitools
def build():
python3modules.compile()
python3modules.compile()
def install():
python3modules.install()
python3modules.install()
pisitools.dodoc("LICENSE")