Mercurial > p > roundup > code
diff RELEASE.txt @ 5144:de275ca660c5
issue2550719 Install on Win 7, fails if not run as administrator. Update RELEASE.txt to include flag required to run as admin on windows 7+, drop support for XP at this point.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Thu, 14 Jul 2016 18:03:04 -0400 |
| parents | fdcd7ef5bacf |
| children | 71643a839c80 |
line wrap: on
line diff
--- a/RELEASE.txt Wed Jul 13 22:30:07 2016 -0400 +++ b/RELEASE.txt Thu Jul 14 18:03:04 2016 -0400 @@ -34,9 +34,10 @@ b) demo.py with all available Python versions. 12. Assuming all is well tag the release in the version-control system. -13. Build binary packages +13. Build binary packages (requires python 2.6 or newer for + bdist_windist to have the --user-access flag.) python setup.py bdist_rpm - python setup.py bdist_wininst + python setup.py bdist_wininst --user-access-control force 14. Upload source distributive to PyPI python setup.py sdist upload --sign It should appear on http://pypi.python.org/pypi/roundup in no time.
