mirror of
https://github.com/kennethreitz/pipenv.git
synced 2026-06-05 22:50:18 +00:00
updating setup.py with LICENSE trove and removing unneeded package_data
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user