You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from build_manpages import build_manpages, get_build_py_cmd, get_install_cmd
cmdclass={
'build_manpages': build_manpages,
# Re-define build_py and install commands so the manual pages
# are automatically re-generated and installed
'build_py': get_build_py_cmd(),
'install': get_install_cmd(),
}
error: [Errno 2] No such file or directory: '/glade/derecho/scratch/jedwards/tmp/build-via-sdist-wn14g6tq/fleximod-0.2.0/bin/git-fleximod'
This seems like a valid concern, the manpage generator fails to open the git-fleximod script, the question is why is that? Is it extracted/installed somewhere else?
In setup.py I've added:
In setup.cfg
then I run
and it does all of the other stuff but not the manpages:
help appreciated.
The text was updated successfully, but these errors were encountered: