adds a command to setup.py to list licenses of packages
Project description
A command for setup.py to print the licenses of installed packages.
To use, add distutils-licenses to the setup_requires keyword arg to the setup call in your setup.py:
setup(
# ...
setup_requires=['distutils-licenses'],
# ...
)
After modifying your setup.py, you will have a licenses command available to you:
python setup.py licenses
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
File details
Details for the file distutils-licenses-0.1.2.tar.gz.
File metadata
- Download URL: distutils-licenses-0.1.2.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a991cf25bc78234d339317036606ffbd7d5cd31937bc85d4ac3c4e7b4145da7
|
|
| MD5 |
6dc3d90357c02ae1ec9bcfebc20c91b5
|
|
| BLAKE2b-256 |
9af0e4004933443326f7202510b68f129605374731d31bbc09a91c7d001322ae
|