File: __init__.py

package info (click to toggle)
python-tuf 6.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,300 kB
  • sloc: python: 7,738; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 186 bytes parent folder | download
1
2
3
4
5
6
7
# Copyright New York University and the TUF contributors
# SPDX-License-Identifier: MIT OR Apache-2.0

"""TUF."""

# This value is used in the ngclient user agent.
__version__ = "6.0.0"