diff --git a/.gitreview b/.gitreview
new file mode 100644
index 0000000..522f46c
--- /dev/null
+++ b/.gitreview
@@ -0,0 +1,4 @@
+[gerrit]
+host=review.openstack.org
+port=29418
+project=openstack/metalsmith.git
diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644
index 54f3b85..0000000
--- a/.travis.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-language: python
-python: 2.7
-env:
- - TOX_ENV=py27
- - TOX_ENV=py3
- - TOX_ENV=pep8
-install:
- - pip install tox
-script:
- - tox -e $TOX_ENV
diff --git a/README.rst b/README.rst
index 8790093..6a58e5d 100644
--- a/README.rst
+++ b/README.rst
@@ -1,9 +1,6 @@
Deployment and Scheduling tool for Bare Metal
=============================================
-.. image:: https://travis-ci.org/dtantsur/metalsmith.svg?branch=master
- :target: https://travis-ci.org/dtantsur/metalsmith
-
Overview
--------
@@ -13,6 +10,13 @@ Metal Service (ironic) `_,
and `OpenStack Networking Service (neutron)
`_.
+Installation
+------------
+
+::
+
+ pip install --user metalsmith
+
Usage
-----
@@ -38,3 +42,14 @@ To remove the deployed instance::
For all possible options see the built-in help::
metalsmith --help
+
+Contributing
+------------
+
+* Pull requests: `Gerrit
+ `_
+ (see `developer's guide
+ `_)
+* Bugs and RFEs: `StoryBoard
+ `_
+ (please do NOT report bugs to Github)
diff --git a/setup.cfg b/setup.cfg
index a601d13..44d7bac 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -2,6 +2,9 @@
name = metalsmith
summary = Deployment and Scheduling tool for Bare Metal
description-file = README.rst
+author = OpenStack
+author-email = openstack-dev@lists.openstack.org
+home-page = https://git.openstack.org/cgit/openstack/metalsmith
license = Apache-2
classifier =
Environment :: Console
@@ -12,6 +15,9 @@ classifier =
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 2
+ Programming Language :: Python :: 2.7
+ Programming Language :: Python :: 3
+ Programming Language :: Python :: 3.5
[files]
packages =