Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

setup.py: set product name back to 'TortoiseHg' on Windows

This partially reverts 9c1b7b5da09f for Windows.

Changeset 45748be4c0ea

Parent 92447cd32dd5

by Adrian Buehlmann

Changes to one file · Browse files at 45748be4c0ea Showing diff from parent 92447cd32dd5 Diff from another changeset...

Change 1 of 1 Show Entire File setup.py Stacked
 
214
215
216
 
217
218
219
220
 
221
222
 
223
224
225
 
214
215
216
217
218
219
220
221
222
223
 
224
225
226
227
@@ -214,12 +214,14 @@
  # Windows binary file versions for exe/dll files must have the   # form W.X.Y.Z, where W,X,Y,Z are numbers in the range 0..65535   setupversion=version.split('+', 1)[0] + productname='TortoiseHg'  else:   (scripts, packages, data_files, extra) = setup_posix()   desc='TortoiseHg dialogs for Mercurial VCS'   setupversion=version + productname='tortoisehg'   -setup(name="tortoisehg", +setup(name=productname,   version=setupversion,   author='Steve Borho',   author_email='steve@borho.org',