Skip to main content

No project description provided

Reason this release was yanked:

This package should not have anything published.

Project description

will-not-work-on-windows-try-from-wsl-instead

This is a placeholder package used for preventing installation on Windows for packages that are known to not work on Windows.

If you have a Python package that only supports Unix-like systems, like Linux or MacOS, you can add this package as a dependency to prevent installation on pure-Windows.

# setup.cfg

[options]
install_requires =
  # Special order section for helping pip:
  will-not-work-on-windows-try-from-wsl-instead; platform_system=="Windows"
  ...

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page