Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
Revert "Disable installation of pypiwin32 on Python 3.6. Workaround for
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Jan 17, 2017
1 parent 57586ed commit 5f8199f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@
'xcgi': ['flup'],

# http://docs.cherrypy.org/en/latest/advanced.html?highlight=windows#windows-console-events
# disabled on Python 3.6 due to #1537
':sys_platform == "win32" and python_version != "3.6"': ['pypiwin32'],
':sys_platform == "win32"': ['pypiwin32'],
}
"""Feature flags end-users can use in dependencies"""

Expand Down

0 comments on commit 5f8199f

Please sign in to comment.