Skip to content

Commit ea3eab2

Browse files
committed
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.
1 parent 24beaf2 commit ea3eab2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

RELEASE.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ Roundup release checklist:
3434
b) demo.py
3535
with all available Python versions.
3636
12. Assuming all is well tag the release in the version-control system.
37-
13. Build binary packages
37+
13. Build binary packages (requires python 2.6 or newer for
38+
bdist_windist to have the --user-access flag.)
3839
python setup.py bdist_rpm
39-
python setup.py bdist_wininst
40+
python setup.py bdist_wininst --user-access-control force
4041
14. Upload source distributive to PyPI
4142
python setup.py sdist upload --sign
4243
It should appear on http://pypi.python.org/pypi/roundup in no time.

0 commit comments

Comments
 (0)