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
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)
Built Distributions
Close
Hashes for whl.setup-0.2-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | aa70c58053d50107eefd84766bca37dfe33c9adeed55bb237359e8024777a684 |
|
MD5 | 8325f9cdb1c74770a3793f5eb09e41cf |
|
BLAKE2b-256 | d0d74806fd165c27716f02a3a9c23d207854b8a3ed884db53c2781b92bd8d4f4 |