update packaging: release 0.2.2
This commit is contained in:
Vendored
+1
-1
@@ -20,7 +20,7 @@ Depends:
|
|||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
Suggests:
|
Suggests:
|
||||||
python-python-prometheus-rus-doc,
|
python-python-prometheus-rus-doc,
|
||||||
Description: promtheus library (RUS)
|
Description: prometheus library (RUS)
|
||||||
Library to build prometheus metric collection.
|
Library to build prometheus metric collection.
|
||||||
.
|
.
|
||||||
This package installs the library for Python 3.
|
This package installs the library for Python 3.
|
||||||
|
|||||||
Vendored
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
pristine-tar = False
|
pristine-tar = False
|
||||||
debian-branch = master
|
debian-branch = master
|
||||||
debian-tag = debian/%(version)s
|
debian-tag = v%(version)s
|
||||||
sign-tags = True
|
sign-tags = True
|
||||||
tag = True
|
tag = True
|
||||||
|
|||||||
Vendored
+3
@@ -1 +1,4 @@
|
|||||||
extend-diff-ignore = "^[^/]*[.]egg-info/|^.venv|^.mypy[^/]*"
|
extend-diff-ignore = "^[^/]*[.]egg-info/|^.venv|^.mypy[^/]*"
|
||||||
|
tar-ignore = .git
|
||||||
|
tar-ignore = .venv
|
||||||
|
tar-ignore = .mypy_cache
|
||||||
|
|||||||
Reference in New Issue
Block a user