summaryrefslogtreecommitdiff
path: root/bumper.md
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2021-09-19 17:50:45 +0300
committerLars Wirzenius <liw@liw.fi>2021-09-19 17:50:45 +0300
commite5ce55667326fadf260f97b3ba189f82566f12f4 (patch)
tree5d5c6cb7a43771f4223fda2aa0980fc2a78a0c06 /bumper.md
parentc70f697bd2355950e51f4b072e52ae4d0db8eac3 (diff)
downloadbumper-rs-e5ce55667326fadf260f97b3ba189f82566f12f4.tar.gz
refactor: drop vendored Subplot libraries
Also, move document metadata to top of file. Sponsored-by: author
Diffstat (limited to 'bumper.md')
-rw-r--r--bumper.md36
1 files changed, 18 insertions, 18 deletions
diff --git a/bumper.md b/bumper.md
index d00c08c..ab3cae6 100644
--- a/bumper.md
+++ b/bumper.md
@@ -1,3 +1,21 @@
+---
+title: bumper &ndash; 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 &ndash; 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
-...