Cross-dependency with setupdocx
Extensions for setuptools - detailed information on entry points
Status: Beta
Brought to you by:
acue_sf1
setuplib and setupdocx both only have sdist on PyPI, currently setuplib-0.1.14.tar.gz and setupdocx-0.1.22.tar.gz
setuplib setup.py imports setupdocx.
setupdocx setup.py imports setuplib.
The result is they are impossible to install from scratch in a linear process.
To workaround this, I disabled setupdocx cmds in setuplib's setup.py if it wasnt importable.
If you really want this cross-dependency, maybe you could add an envvar to allow breaking the dependency.