File: __init__.py

package info (click to toggle)
git-pw 2.7.1-0.1
  • links: PTS
  • area: main
  • in suites: sid
  • size: 540 kB
  • sloc: python: 2,766; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 177 bytes parent folder | download
1
2
3
4
5
6
7
8
"""
git-pw -- A tool for integrating Git with Patchwork, the web-based patch
tracking system.
"""

import importlib.metadata

__version__ = importlib.metadata.version('git-pw')