help
This commit is contained in:
parent
f9a2e68c8b
commit
95d0201681
1552 changed files with 367539 additions and 2 deletions
5
env/Lib/site-packages/easy_install.py
vendored
Normal file
5
env/Lib/site-packages/easy_install.py
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
"""Run the EasyInstall command"""
|
||||
|
||||
if __name__ == '__main__':
|
||||
from setuptools.command.easy_install import main
|
||||
main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue