summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-13 23:22:05 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-14 11:11:05 +0200
commit834e48cff5e4f7ff8458faae95d241d362785ade (patch)
treec3fee1226d5461b1a6e9b26f9f56d2e62f8eb796
parent2131ab187c0a482904a2d3a8a60942ce23f10348 (diff)
downloadbumper-834e48cff5e4f7ff8458faae95d241d362785ade.tar.gz
Document that setup.py shan't be updated by Bumper
-rw-r--r--bumper.yarn3
1 files changed, 3 insertions, 0 deletions
diff --git a/bumper.yarn b/bumper.yarn
index b29286a..68174c5 100644
--- a/bumper.yarn
+++ b/bumper.yarn
@@ -30,6 +30,9 @@ simpler. Here's a list:
and `__version_info__`. Bumper will overwrite the file with new
values when it runs, and commit its version to git.
+* `setup.py` is assumed to get the version from `__version__` from the
+ file Bumper writes, in some suitable way.
+
* It's OK for Bumper to make several commits and a tag in the git
repository.