Skip to content

Add SPDX license expression to setup.py #83

@kenmalton

Description

@kenmalton

The project license is currently not available in the package metadata on pypi.

I think that you need to add the following to your setup.py file:

setuptools.setup(
    license='MIT'
)

Thanks for maintaining this library!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions