[issue35830] building multiple (binary) packages from a single project

Éric Araujo report at bugs.python.org
Fri Jan 25 21:28:41 EST 2019


Éric Araujo <merwok at netwok.org> added the comment:

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).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35830>
_______________________________________


More information about the Python-bugs-list mailing list