mkdocs-with-confluence
mkdocs-with-confluence copied to clipboard
Packaging - modeling dependencies in setup.py and/or move to newer project builders
setup.py should declare the packages you depend on so that pip will install these.
Its also probably a good idea to do this in setup.cfg
and user a pyproject.toml
to choose a builder for the project rather than to continue to use setup.py as a command-line.
Thanks, added in setup.py in commit: e35c4bf0ccfec838bc79ece82fdb232c76349bea
And pushed it with v0.2.6. Next step I will look into your second comment, so keeping it open for now.
Appreciate your feedback Dan!
Regards, Pawel