diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-06-02 08:47:13 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-06-02 08:47:13 -0400 |
commit | 2d7014cb861b00ac32c2ae8b5d3401be494b256d (patch) | |
tree | a8fb663a9f543773dbe3bfad9aa04295c66515ab /ci/github_releases.py | |
parent | 67e5e95c133cf970c0706d2084f7e1c65d1c1b3a (diff) | |
download | python-coveragepy-git-2d7014cb861b00ac32c2ae8b5d3401be494b256d.tar.gz |
build: clean up ci helpers, use them more uniformly
Diffstat (limited to 'ci/github_releases.py')
-rw-r--r-- | ci/github_releases.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ci/github_releases.py b/ci/github_releases.py index 86dd7d1c..9f21d027 100644 --- a/ci/github_releases.py +++ b/ci/github_releases.py @@ -1,7 +1,7 @@ -#!/usr/bin/env python3 -""" -Upload release notes into GitHub releases. -""" +# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0 +# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt + +"""Upload release notes into GitHub releases.""" import json import shlex |