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,
...
)
Release files for whl.setup 0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| whl.setup-0.2.tar.gz | 3.2 kB | Details |
Built distributions (wheels)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| whl.setup-0.2-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
| whl.setup-0.2-py2-none-any.whl | Python 2 | none | any | Details |
Total release size: 10.5 kB
Release files / whl.setup-0.2.tar.gz
| Download URL | whl.setup-0.2.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
7bc2cdb6d8c2385cfb967b1855a2107d8e89e304aec9232b89da3a2455f26deb
|
|
BLAKE2b-256 checksum How to use checksums |
c1a55ac489b2c8165ae855e6b4695a7b3da1cedf49ada00415fc9e3f21ad5b23
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / whl.setup-0.2-py2.py3-none-any.whl
| Download URL | whl.setup-0.2-py2.py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
aa70c58053d50107eefd84766bca37dfe33c9adeed55bb237359e8024777a684
|
|
BLAKE2b-256 checksum How to use checksums |
d0d74806fd165c27716f02a3a9c23d207854b8a3ed884db53c2781b92bd8d4f4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
Release files / whl.setup-0.2-py2-none-any.whl
| Download URL | whl.setup-0.2-py2-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 2 |
|
SHA-256 checksum How to use checksums |
5819f2cfa6b89d1a05e1db7a3c5bd60b1e0ac2e33f6641379d481fb5e248ce38
|
|
BLAKE2b-256 checksum How to use checksums |
89c2ed19f332905f22a63fe6b1c29e131de22a1a2a00600da3f86bbcfd65c682
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |