您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

easy_install.py 126 B

12345
  1. """Run the EasyInstall command"""
  2. if __name__ == '__main__':
  3. from setuptools.command.easy_install import main
  4. main()