FogBugz » FogBugzPy A Python wrapper for the FogBugz API Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9.6 and master

add instructions for updating binary windows installer

Changeset e4a7cab8747d

Parent 512b6f62a823

by Profile picture of User 476Ben McCormack <benm@fogcreek.com>

Changes to one file · Browse files at e4a7cab8747d Showing diff from parent 512b6f62a823 Diff from another changeset...

Change 1 of 1 Show Entire File PYPI_README.TXT Stacked
 
30
31
32
33
 
 
 
 
 
 
 
 
 
 
 
 
 
30
31
32
 
 
33
34
35
36
37
38
39
40
41
42
 
@@ -30,4 +30,13 @@
  > python setup.py sdist upload     6. Go to http://pypi.python.org/pypi?%3Aaction=pkg_edit&name=fogbugz to - verify that the package has been uploaded correctly. \ No newline at end of file
+ verify that the package has been uploaded correctly. + + 7. Although not related to PyPi, it's also helpful to update the Win32 binary + distribution at https://developers.fogbugz.com/default.asp?W197. You can + run the following command to get a win32 installer: + + > python setup.py bdist_wininst --plat-name=win32 + + This will create a new file in the \dist directory. Edit the wiki page + and add the attachment in the "Install FogBugzPy.exe" section. \ No newline at end of file