pawelsikora / mkdocs-with-confluence

MkDocs plugin for uploading markdown documentation to Confluence via Confluence REST API
MIT License
67 stars 33 forks source link

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

Open danizen opened 2 years ago

danizen commented 2 years ago

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

danizen commented 2 years ago

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.

pawelsikora commented 1 year ago

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