File: easy_install.py

package info (click to toggle)
python-setuptools 44.1.1-1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 3,536 kB
  • sloc: python: 25,461; ansic: 196; makefile: 88; xml: 14
file content (5 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (32)
1
2
3
4
5
"""Run the EasyInstall command"""

if __name__ == '__main__':
    from setuptools.command.easy_install import main
    main()