Message 334384 - Python tracker

Message334384

Author eric.araujo
Recipients docs@python, dstufft, eric.araujo, stefan, steven.daprano
Date 2019-01-26.02:28:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1548469721.97.0.477736234133.issue35830@roundup.psfhosted.org>
In-reply-to
Content
The way to achieve this is to make sure your two components live in two separate directories, each with its setup.py.

This is the simple way that works with distutils/setuptools and pip install-from-vcs (you can install from a subdir of a repo).
History
Date User Action Args
2019-01-26 02:28:43eric.araujosetrecipients: + eric.araujo, stefan, steven.daprano, docs@python, dstufft
2019-01-26 02:28:41eric.araujosetmessageid: <1548469721.97.0.477736234133.issue35830@roundup.psfhosted.org>
2019-01-26 02:28:41eric.araujolinkissue35830 messages
2019-01-26 02:28:41eric.araujocreate