瀏覽代碼

Add PyQt5 to install_requires

Kentaro Wada 7 年之前
父節點
當前提交
f00ba79fb0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -56,7 +56,7 @@ if QT_BINDING is None:
             sys.exit(1)
         assert PY3
         # PyQt5 can be installed via pip for Python3
-        install_requires.append('pyqt5')
+        install_requires.append('PyQt5')
         QT_BINDING = 'pyqt5'
 del QT_BINDING