python - Add PYPI Package to Distribution -
just heads may obvious question. i'm writing package distributed , don't want have support in future (don't ask). relies on python's standard library 1 exception. if 1 exception gets removed pypi in future, don't want have update code.
so question is: can include package downloaded pypi within package exists in current state , users don't have download separately? if move package sys.path package?
thank you, , sorry if it's obvious question.
in short - yes, can. it's not particularly necessary because pip supports specifying needed version in setup.py , take care of installation of package.
Comments
Post a Comment