M
I've found a rough solution. I don't know how much it's like, but it works.♪ MANIFEST.in Add. include main-0.1.tar.gz♪ setup.py at the end of the file setup()() Indicate:if 'sdist' not in sys.argv[1]:
os.system('pip install main-0.1.tar.gz')
Condition may be different if, for example, assembly is not used sdist (sighs)python setup.py sdist) The point is, it's a launch. setup For assembly, not for installationpip install base-0.1.tar.gz future).In such an option, we copy a local dependent bag in the archive of the package, and it is distributed, respectively, with it. And it's.