|
25 | 25 | # -- Project information ----------------------------------------------------- |
26 | 26 |
|
27 | 27 | project = 'NodeGraphQt' |
28 | | -copyright = '{}, {}'.format(datetime.now().year, NodeGraphQt.__author__) |
29 | | -author = NodeGraphQt.__author__ |
| 28 | +author = NodeGraphQt.pkg_info.__author__ |
| 29 | +copyright = '{}, {}'.format(datetime.now().year, author) |
30 | 30 |
|
31 | 31 | # The full version, including alpha/beta/rc tags |
32 | | -release = NodeGraphQt.__version__ |
| 32 | +release = NodeGraphQt.VERSION |
33 | 33 | # The short X.Y version |
34 | 34 | version = '{0}.{1}'.format(*release.split('.')) |
35 | 35 |
|
|
154 | 154 | # (source start file, target name, title, |
155 | 155 | # author, documentclass [howto, manual, or own class]). |
156 | 156 | latex_documents = [ |
157 | | - (master_doc, 'NodeGraphQT.tex', 'NodeGraphQT Documentation', |
| 157 | + (master_doc, 'NodeGraphQT.tex', 'NodeGraphQt Documentation', |
158 | 158 | 'Johnny Chan', 'manual'), |
159 | 159 | ] |
160 | 160 |
|
|
164 | 164 | # One entry per manual page. List of tuples |
165 | 165 | # (source start file, name, description, authors, manual section). |
166 | 166 | man_pages = [ |
167 | | - (master_doc, 'nodegraphqt', 'NodeGraphQT Documentation', |
| 167 | + (master_doc, 'nodegraphqt', 'NodeGraphQt Documentation', |
168 | 168 | [author], 1) |
169 | 169 | ] |
170 | 170 |
|
|
176 | 176 | # dir menu entry, description, category) |
177 | 177 | texinfo_documents = [ |
178 | 178 | (master_doc, |
179 | | - 'NodeGraphQT', 'NodeGraphQT Documentation', |
| 179 | + 'NodeGraphQt', 'NodeGraphQT Documentation', |
180 | 180 | author, |
181 | | - 'NodeGraphQT', |
| 181 | + 'NodeGraphQt', |
182 | 182 | 'Node graph framework that can be re-implemented into apps that supports PySide2.', |
183 | 183 | 'Miscellaneous'), |
184 | 184 | ] |
|
0 commit comments