summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Set explicit meta `long_description_content_type` (#79468) (#79486)Sviatoslav Sydorenko2022-12-061-0/+1
| | | | | This is necessary for `twine check --strict` to pass. (cherry picked from commit 80551633c7b4ed782c293b09b04d77d8385614c4)
* Python 3.9 min for controller (#77566)Matt Martz2022-07-201-2/+1
|
* Add Python 3.11 support.Matt Clay2022-05-171-0/+1
| | | | | ci_complete ci_coverage
* updated metadata dump to do full docs dump (#76170)Brian Coca2022-01-311-0/+3
| | | | | | | | | * minor refactor in other options by pushing common code into functions * consolidate coll_filter * more normalizing loader * dont pass plugin_loader, its global import * Also dump roles and collections * adjusted tests to new err msg * disable namespace filter (unused)
* Modernize install (#76021)Matt Martz2021-10-191-0/+60
Co-authored-by: Matt Clay <matt@mystile.com> Co-authored-by: Matt Davis <mrd@redhat.com> Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua>