My package needs to specify a dependency on another Git repository. This is what I have so far: from setuptools import setup, find_packages setup( name='abc' ...
確定! 回上一頁