ソースを参照

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',