diff --git a/README.md b/README.md deleted file mode 100644 index 47f8eb2..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -#IoTronic - -IoT resource management service for OpenStack clouds. \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index 19bacad..1819513 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,11 +1,12 @@ [metadata] name = iotronic + summary = IoTronic is an Internet of Things resource management service for OpenStack clouds. description-file = README.rst author = OpenStack author-email = openstack-dev@lists.openstack.org -home-page = http://www.openstack.org/ +home-page = https://github.com/openstack/iotronic classifier = Environment :: OpenStack Intended Audience :: Information Technology @@ -16,14 +17,19 @@ classifier = Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 Programming Language :: Python :: 3 - Programming Language :: Python :: 3.3 - Programming Language :: Python :: 3.4 Programming Language :: Python :: 3.5 + [files] packages = iotronic +data_files = + /etc/iotronic = + etc/iotronic/iotronic.conf + etc/iotronic/policy.json + + [build_sphinx] source-dir = doc/source build-dir = doc/build