diff --git a/README.rst b/README.rst index 1f0a89a..2276215 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Openstack-PyDashie +Cloud-PyDashie ######## PyDashie is a port of `Dashing `_ by `Shopify `_ to Python 2.7 @@ -60,7 +60,7 @@ Info on adding/removing/updating widgets will go here later. Installation ############ -**NOTE** Development/deployment has been done in a Ubuntu environment, so the following might be different for you. Also, the following is a step by step guide for installing into a clean server. +**NOTE**: Development/deployment has been done in a Ubuntu environment, so the following might be different for you. Also, the following is a step by step guide for installing into a clean server. Some of the python libraries have certain requirements, and the app itself needs a javascript service to deal with javascript files. As such you will need the following packages: diff --git a/setup.py b/setup.py index 6dd8f90..30b88cb 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ reqs = [str(ir.req) for ir in install_reqs] setup( - name='Openstack-PyDashie', + name='Cloud-PyDashie', version='0.2', packages=['pydashie',], include_package_data=True,