diff --git a/setup.py b/setup.py index 432e733..ad47d3a 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ maintainer_email='rnabel@ucdavis.edu', packages=['pydrive', 'pydrive.test'], url='https://github.com/googleworkspace/PyDrive', - license='LICENSE', + license='Apache 2.0', description='Google Drive API made easy.', long_description=open('README.rst').read(), install_requires=[ @@ -17,4 +17,7 @@ "oauth2client >= 4.0.0", "PyYAML >= 3.0", ], + classifiers=[ + 'License :: OSI Approved :: Apache Software License', + ], )