ya2 · news · projects · code · about

removed next/prev/rewind
[pmachines.git] / setup.py
index 7ba02bd1c40ad25f82e43ac91abf1c7f8193c0e5..83b73304830a3879a71b5ba43160a7ea6187c473 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -7,8 +7,7 @@ from os import system, getcwd, chdir
 from sys import argv, executable
 from collections import namedtuple
 from subprocess import Popen
-from distutils.cmd import Command
-from setuptools import setup
+from setuptools import setup, Command
 from setuptools.command.develop import develop
 from multiprocessing import cpu_count
 from direct.dist.commands import bdist_apps
@@ -140,9 +139,7 @@ class BDistAppsCmd(bdist_apps):
                 'https://www.ya2.it/flatpak',
                 ['options*.ini'],
                 fbranch,
-                ['assets'],
-                ['/home/flavio/builders/pmachines_builder/pmachines/assets/aux/xdotool/xdotool',
-                 '/home/flavio/builders/pmachines_builder/pmachines/assets/aux/xdotool/libxdo.so.3'])
+                ['assets'])
             bld.build()