mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
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 <jlock@vmware.com>
This commit is contained in:
parent
38ea974674
commit
ac0ea24ca9
2 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@
|
|||
tracked by git
|
||||
* Ensure `docs/CHANGELOG.md` contains a one-line summary of each [notable
|
||||
change](https://keepachangelog.com/) since the prior release
|
||||
* Update `setup.py` and `tuf/__init__.py` to the new version number vA.B.C
|
||||
* Update `setup.cfg` and `tuf/__init__.py` to the new version number vA.B.C
|
||||
* Test packaging, uploading to Test PyPI and installing from a virtual environment
|
||||
(ensure commands invoking `python` below are using Python 3)
|
||||
* Remove existing dist build dirs
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
# This value is used in the requests user agent.
|
||||
# setup.py has it hard-coded separately.
|
||||
# setup.cfg has it hard-coded separately.
|
||||
# Currently, when the version is changed, it must be set in both locations.
|
||||
# TODO: Single-source the version number.
|
||||
__version__ = "0.19.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue