Store ci-jobs as  test items

It will allow to save/investigate/attach bug-tracking issues
for each job in build

Added pbr
Added new tags
Save link to pod-logs
Add short report for Confluence into LAunch description

Related-Prod: PRODX-48948
Change-Id: Ic921a03b84f7fc9e8098d9069d039b321724ac2f
diff --git a/rp_reporter/setup.py b/rp_reporter/setup.py
index 3bf060b..300e758 100644
--- a/rp_reporter/setup.py
+++ b/rp_reporter/setup.py
@@ -2,12 +2,8 @@
 
 setup(
     name="rp-reporter",
-    version="0.1.0",
-    author="Anna Arhipova",
-    author_email="harhipova@mirantis.com",
-    description="Reporting test results to the Report Portal",
-    long_description=open("README.md").read(),
-    long_description_content_type="text/markdown",
+    setup_requires=['pbr==5.6.0'],
+    pbr=True,
     packages=find_packages(),
     install_requires=[
         "xunitparser",