浏览代码

fixed module name

Gamaliel Espinoza 7 年之前
父节点
当前提交
45aed1b7f0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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',