mkdocs-with-confluence icon indicating copy to clipboard operation
mkdocs-with-confluence copied to clipboard

Packaging - modeling dependencies in setup.py and/or move to newer project builders

Open danizen opened this issue 2 years ago • 2 comments

setup.py should declare the packages you depend on so that pip will install these.

danizen avatar Jun 28 '22 20:06 danizen

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.

danizen avatar Jun 28 '22 20:06 danizen

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

pawelsikora avatar Aug 22 '22 05:08 pawelsikora