Skip to main content

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


Download files

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

Source Distribution

distutils-licenses-0.1.2.tar.gz (1.7 kB view hashes)

Uploaded Source

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