flask-ldap3-login icon indicating copy to clipboard operation
flask-ldap3-login copied to clipboard

Add license information to setup.py

Open cchang5 opened this issue 2 years ago • 1 comments

I wanted to help add licensing information in setup.py as follows.

    license="MIT",
    classifiers=[
        "Intended Audience :: Developers",
        "Programming Language :: Python",
        "Environment :: Web Environment",
        "Framework :: Flask",
        "License :: OSI Approved :: MIT License",
        "Programming Language :: Python :: 3",
        "Programming Language :: Python :: 3.5",
        "Programming Language :: Python :: 3.6",
        "Programming Language :: Python :: 3.7",
        "Programming Language :: Python :: 3 :: Only",
    ],

It would help automatically parse for the license of this library. Thank you.

cchang5 avatar Mar 10 '22 00:03 cchang5

I would happily merge a PR with this change.

gmacon avatar Mar 10 '22 23:03 gmacon