Fixed package name to consistent with repo name

Now the package name is freezer-api instead of freezer_api.
This is consistent with the repo name and package name.
Also the README insttructions are updated
This commit is contained in:
Fausto Marzi 2015-08-04 11:25:43 +01:00
parent 4eda863997
commit 1531ac7cab
2 changed files with 3 additions and 3 deletions

View File

@ -22,8 +22,8 @@ Elasticsearch support
-----------------------
::
# git clone https://github.com/stackforge/freezer.git
# cd freezer/freezer_api && sudo python setup.py install
# git clone https://github.com/stackforge/freezer-api.git
# cd freezer-api && sudo python setup.py install
this will install into /usr/local

View File

@ -1,5 +1,5 @@
[metadata]
name = freezer_api
name = freezer-api
version = 2015.1