Skip to content

Commit

Permalink
Update window name and modify keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav Hansen committed Apr 12, 2017
1 parent e768112 commit 7da3c84
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion hue-gui.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
<string>hue_plus</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QCheckBox" name="channel1Check">
Expand Down
2 changes: 1 addition & 1 deletion hue_plus/hue_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def setupUi(self, MainWindow):

def retranslateUi(self, MainWindow):
_translate = QtCore.QCoreApplication.translate
MainWindow.setWindowTitle(_translate("MainWindow", "MainWindow"))
MainWindow.setWindowTitle(_translate("MainWindow", "hue_plus"))
self.channel1Check.setText(_translate("MainWindow", "Channel 1"))
self.channel2Check.setText(_translate("MainWindow", "Channel 2"))
self.groupBox.setTitle(_translate("MainWindow", "Colors"))
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def run(self):
'pyqt5',
'pyaudio',
],
keywords = ['nzxt', 'hue', 'hue-plus', 'hue_plus', 'hue+'],
keywords = 'nzxt hue hue-plus hue_plus hue+',
include_package_data=True,
zip_safe=False,
cmdclass={'install': OverrideInstall})

0 comments on commit 7da3c84

Please sign in to comment.