coding: utf-8 -*- from distutils.core import setup with open("readme.md", "r") as fh: long_description = fh.read() setup(name='py-EM', ...
確定! 回上一頁