click-man icon indicating copy to clipboard operation
click-man copied to clipboard

Use unclear in non setuptools project

Open alerque opened this issue 5 years ago • 2 comments

All the examples assume –and some quick hacking suggests the code also assumes– that all projects use setuptools and are laid out with it in mind. My project uses GNU Autotools (because it does much more than just Python), but one of the pieces is a Python CLI app that uses Click. It should be possible to parse this Click app as well as any other, but nothing in the documentation suggests how to wire it so that it knows where to start.

alerque avatar Aug 17 '20 09:08 alerque

Same here, with a project that is using flit as build system.

innir avatar Sep 06 '20 10:09 innir

It would be nice to also support pyproject.toml based projects.

heitorPB avatar Oct 26 '21 18:10 heitorPB