diff --git a/setup.py b/setup.py index 958a6e0d..98bf4660 100644 --- a/setup.py +++ b/setup.py @@ -54,13 +54,13 @@ setup( 'pipenv.vendor.requests.packages.urllib3.packages.ssl_match_hostname', 'pipenv.vendor.requests.packages.idna', 'pipenv.vendor.requests.packages.urllib3.util', 'pipenv.vendor.requirements', 'pipenv.vendor.shutilwhich'], - package_data={'': ['LICENSE', 'NOTICES']}, entry_points={ 'console_scripts': ['pipenv=pipenv:cli'], }, install_requires=required, license='MIT', classifiers=[ + 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7',