Explorar el Código

fixed module name

Gamaliel Espinoza hace 7 años
padre
commit
45aed1b7f0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -7,7 +7,7 @@ basepath = dirname(__file__)
 binpath = join(basepath, 'bin')
 
 setup(
-  name = 'fourier',
+  name = 'ondemand',
   packages = ['ondemand'],
   version = ondemand.__version__,
   description = 'Fourier ondemand service',