Skip to content

Commit 65be022

Browse files
committed
Remove references to setup.py
We now use a static setup.cfg instead, update __init__.py and docs/RELEASE.md to point there. Signed-off-by: Joshua Lock <[email protected]>
1 parent 92174b6 commit 65be022

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
tracked by git
66
* Ensure `docs/CHANGELOG.md` contains a one-line summary of each [notable
77
change](https://keepachangelog.com/) since the prior release
8-
* Update `setup.py` and `tuf/__init__.py` to the new version number vA.B.C
8+
* Update `setup.cfg` and `tuf/__init__.py` to the new version number vA.B.C
99
* Test packaging, uploading to Test PyPI and installing from a virtual environment
1010
(ensure commands invoking `python` below are using Python 3)
1111
* Remove existing dist build dirs

tuf/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This value is used in the requests user agent.
2-
# setup.py has it hard-coded separately.
2+
# setup.cfg has it hard-coded separately.
33
# Currently, when the version is changed, it must be set in both locations.
44
# TODO: Single-source the version number.
55
__version__ = "0.19.0"

0 commit comments

Comments
 (0)