File: __version__.py

package info (click to toggle)
python-pathvalidate 3.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 692 kB
  • sloc: python: 3,987; makefile: 262; sh: 6
file content (9 lines) | stat: -rw-r--r-- 268 bytes parent folder | download
1
2
3
4
5
6
7
8
9
from typing import Final


__author__: Final = "Tsuyoshi Hombashi"
__copyright__: Final = f"Copyright 2016-2025, {__author__}"
__license__: Final = "MIT License"
__version__ = "3.3.1"
__maintainer__: Final = __author__
__email__: Final = "tsuyoshi.hombashi@gmail.com"