diff options
author | William Deegan <bill@baddogconsulting.com> | 2020-10-04 00:23:51 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2020-10-04 00:23:51 (GMT) |
commit | cece33add5c095c70d27c8e5897daaac90ff382d (patch) | |
tree | d2a6381a3fe221e721b3509e41c3794efda3ec7c /setup.cfg | |
parent | 29145cea999788b6985596dbc503fafd387e5d93 (diff) | |
download | SCons-cece33add5c095c70d27c8e5897daaac90ff382d.zip SCons-cece33add5c095c70d27c8e5897daaac90ff382d.tar.gz SCons-cece33add5c095c70d27c8e5897daaac90ff382d.tar.bz2 |
Remove pywin32 from scons win32 install requirements. Remove usage from SCons.Script.main
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -42,7 +42,6 @@ zip_safe = False python_requires = >=3.5 install_requires = setuptools - pywin32 >= 1.0;platform_system=="Windows" setup_requires = setuptools include_package_data = True |