Skip to main content

a pip based replacement for ez_setup and setup_requires

Project description

an experiment to replace ez_setup and setup_requires with something that works the provided mechanism adds a python path where very recent seupptools and setuptools extensions can be installed

installation:

pip install -U whl_setup
whl_setup_script_install

usage:

# setup.py

from whl_setup import setup, Lazy

@Lazy
def extensions():
    from setuptools import Extension
    return [...]

if __name__ = '__main__':
    setup(
        ...
        use_scm_version=True,
        setup_requires=[
            'setuptools',
            'setuptools_scm'
        ]
        extensions=extensions,
        ...
    )

Project details


Release history Release notifications | RSS feed

This version

0.2

Download files

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

Source Distribution

whl.setup-0.2.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distributions

whl.setup-0.2-py2.py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 2 Python 3

whl.setup-0.2-py2-none-any.whl (3.7 kB view hashes)

Uploaded Python 2

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