fastly / fastly-py

A Fastly API client for Python
https://pypi.org/project/fastly/
MIT License
77 stars 60 forks source link

indicate license in setup.py properly #11

Closed benjaminp closed 10 years ago

edmund-huber commented 10 years ago

'The license field is a text indicating the license covering the package where the license is not a selection from the “License” Trove classifiers.' https://docs.python.org/2/distutils/setupscript.html

Since we use the MIT license, it seems better to use the corresponding classifier instead of the license field.