Skip to content

Commit 1f2b346

Browse files
committed
BLD: user-access-control again in bdist_wininst
1 parent 22c6fba commit 1f2b346

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,8 +657,8 @@ def pxd(name):
657657
if _have_setuptools:
658658
setuptools_kwargs["test_suite"] = "nose.collector"
659659

660-
# options = {'bdist_wininst': {'user-access-control': 'auto'}}
661-
options = {}
660+
options = {'bdist_wininst': {'user-access-control': 'auto'}}
661+
# options = {}
662662

663663
write_version_py()
664664
setup(name=DISTNAME,

0 commit comments

Comments
 (0)