Skip to content

Commit c03af9a

Browse files
committed
BUG: get rid of offending user-access-control specification in setup.py
1 parent a1b8fe2 commit c03af9a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

setup.py

-5
Original file line numberDiff line numberDiff line change
@@ -661,9 +661,6 @@ def pxd(name):
661661
if _have_setuptools:
662662
setuptools_kwargs["test_suite"] = "nose.collector"
663663

664-
user_options = {'bdist_wininst': {'user-access-control': 'auto'}}
665-
options = {}
666-
667664
write_version_py()
668665
setup(name=DISTNAME,
669666
version=FULLVERSION,
@@ -708,6 +705,4 @@ def pxd(name):
708705
long_description=LONG_DESCRIPTION,
709706
classifiers=CLASSIFIERS,
710707
platforms='any',
711-
options=options,
712-
user_options=user_options,
713708
**setuptools_kwargs)

0 commit comments

Comments
 (0)