Quellcode durchsuchen

fixed installer

Gamaliel Espinoza vor 7 Jahren
Ursprung
Commit
c1246d10a3
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -12,7 +12,7 @@ setup(
   version = ondemand.__version__,
   description = 'Fourier ondemand service',
   long_description = 'You can use it for do maintenance stuff',
-  scripts = [join(binpath, 'fourier')],
+  #scripts = [join(binpath, 'fourier')],
   install_requires=['pyaudio'],
   author = 'Gamaliel Espinoza M.',
   author_email = 'gamaliel.espinoza@gmail.com',