This commit is contained in:
IdrisKalp
2019-12-10 19:25:06 +03:00
parent 459eb4d254
commit 1ac1ace697
51 changed files with 0 additions and 1730 deletions
@@ -1,16 +0,0 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pisitools
from pisi.actionsapi import pythonmodules
def setup():
pythonmodules.compile()
def install():
pythonmodules.install()
pisitools.dodoc("LICENSE.txt", "README.txt")