shyamd / mkdocs-bibtex

A MkDocs plugin for citation management using bibtex
Other
79 stars 21 forks source link

Fix setuptools dependency for poetry #163

Closed shyamd closed 1 year ago

shyamd commented 1 year ago

This ensures setuptools is in the setup_requires list to ensure non-setuptools based packages can still use this package.

codecov-commenter commented 1 year ago

Codecov Report

Base: 97.04% // Head: 97.04% // No change to project coverage :thumbsup:

Coverage data is based on head (774d964) compared to base (fe3e44b). Patch has no changes to coverable lines.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #163 +/- ## ======================================= Coverage 97.04% 97.04% ======================================= Files 3 3 Lines 169 169 ======================================= Hits 164 164 Misses 5 5 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Shyam+Dwaraknath). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Shyam+Dwaraknath)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

shyamd commented 1 year ago

This should fix #160