Skip to content

Commit

Permalink
Remove consideration for Java as Jython is no longer supported.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed May 23, 2021
1 parent a82fc6b commit 1fda90e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,7 @@
not in ("", "0", "false", "no")
)

include_windows_files = (
sys.platform == 'win32' or
os.name == 'java' and os._name == 'nt' or
force_windows_specific_files
)
include_windows_files = sys.platform == 'win32' or force_windows_specific_files

if include_windows_files:
package_data.setdefault('setuptools', []).extend(['*.exe'])
Expand Down

0 comments on commit 1fda90e

Please sign in to comment.