updating setup.py with LICENSE trove and removing unneeded package_data

This commit is contained in:
Nate Prewitt
2017-04-20 09:23:37 -06:00
parent 3b2fb4c8dc
commit d4527aa35f
+1 -1
View File
@@ -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',