Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

setup: add description of build_qt command

Changeset a0dc320b762e

Parent 6ce3e4aaa5a6

by Yuya Nishihara

Changes to one file · Browse files at a0dc320b762e Showing diff from parent 6ce3e4aaa5a6 Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
56
57
58
 
59
60
61
 
56
57
58
59
60
61
62
@@ -56,6 +56,7 @@
  self.make_file([pofile], mofile, spawn, (cmd,))    class build_qt(Command): + description = "build PyQt GUIs (.ui) and resources (.qrc)"   user_options = []     def initialize_options(self):