From e5ce55667326fadf260f97b3ba189f82566f12f4 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 19 Sep 2021 17:50:45 +0300 Subject: refactor: drop vendored Subplot libraries Also, move document metadata to top of file. Sponsored-by: author --- bumper.md | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) (limited to 'bumper.md') diff --git a/bumper.md b/bumper.md index d00c08c..ab3cae6 100644 --- a/bumper.md +++ b/bumper.md @@ -1,3 +1,21 @@ +--- +title: bumper – set version number for a project +author: Lars Wirzenius +documentclass: report +template: python +bindings: +- subplot/bumper.yaml +- lib/files.yaml +- lib/runcmd.yaml +functions: +- subplot/bumper.py +- lib/files.py +- lib/runcmd.py +classes: +- ini +... + + # Introduction Bumper is a small utility for updating the version number when making @@ -163,21 +181,3 @@ setup( name="vmdb2", ) ~~~ - - ---- -title: bumper – set version number for a project -author: Lars Wirzenius -documentclass: report -template: python -bindings: -- subplot/bumper.yaml -- subplot/vendored/files.yaml -- subplot/vendored/runcmd.yaml -functions: -- subplot/bumper.py -- subplot/vendored/files.py -- subplot/vendored/runcmd.py -classes: -- ini -... -- cgit v1.2.1