Name the package `gnocchiclient'
There is no good reason to name this python-gnocchiclient, except following the bad trend started with OpenStack. Let's be smarter and use gnocchiclient on PyPI. Change-Id: I05957ae04223ceb7c89b46f7548bf88570971a13
This commit is contained in:
		| @@ -1,4 +1,4 @@ | |||||||
| python-gnocchiclient Style Commandments | gnocchiclient Style Commandments | ||||||
| =============================================== | ================================ | ||||||
|  |  | ||||||
| Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ | Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ | ||||||
|   | |||||||
| @@ -1,6 +1,6 @@ | |||||||
| =============================== | ============= | ||||||
| python-gnocchiclient | gnocchiclient | ||||||
| =============================== | ============= | ||||||
|  |  | ||||||
| Python bindings to the OpenStack Gnocchi API | Python bindings to the OpenStack Gnocchi API | ||||||
|  |  | ||||||
|   | |||||||
| @@ -9,7 +9,7 @@ The :mod:`gnocchiclient` Python API | |||||||
| Usage | Usage | ||||||
| ----- | ----- | ||||||
|  |  | ||||||
| To use python-gnocchiclient in a project:: | To use gnocchiclient in a project:: | ||||||
|  |  | ||||||
|     >>> from gnocchiclient.v1 import client |     >>> from gnocchiclient.v1 import client | ||||||
|     >>> gnocchi = client.Client(...) |     >>> gnocchi = client.Client(...) | ||||||
|   | |||||||
| @@ -79,8 +79,8 @@ source_suffix = '.rst' | |||||||
| master_doc = 'index' | master_doc = 'index' | ||||||
|  |  | ||||||
| # General information about the project. | # General information about the project. | ||||||
| project = u'python-gnocchiclient' | project = u'gnocchiclient' | ||||||
| copyright = u'2013, OpenStack Foundation' | copyright = u'2015, OpenStack Foundation' | ||||||
|  |  | ||||||
| # If true, '()' will be appended to :func: etc. cross-reference text. | # If true, '()' will be appended to :func: etc. cross-reference text. | ||||||
| add_function_parentheses = True | add_function_parentheses = True | ||||||
|   | |||||||
| @@ -1,4 +1,4 @@ | |||||||
| .. python-gnocchiclient documentation master file, created by | .. gnocchiclient documentation master file, created by | ||||||
|    sphinx-quickstart on Tue Jul  9 22:26:36 2013. |    sphinx-quickstart on Tue Jul  9 22:26:36 2013. | ||||||
|    You can adapt this file completely to your liking, but it should at least |    You can adapt this file completely to your liking, but it should at least | ||||||
|    contain the root `toctree` directive. |    contain the root `toctree` directive. | ||||||
|   | |||||||
| @@ -4,9 +4,4 @@ Installation | |||||||
|  |  | ||||||
| At the command line:: | At the command line:: | ||||||
|  |  | ||||||
|     $ pip install python-gnocchiclient |     $ pip install gnocchiclient | ||||||
|  |  | ||||||
| Or, if you have virtualenvwrapper installed:: |  | ||||||
|  |  | ||||||
|     $ mkvirtualenv python-gnocchiclient |  | ||||||
|     $ pip install python-gnocchiclient |  | ||||||
|   | |||||||
| @@ -15,4 +15,4 @@ | |||||||
| import pbr.version | import pbr.version | ||||||
|  |  | ||||||
|  |  | ||||||
| __version__ = pbr.version.VersionInfo('python-gnocchiclient').version_string() | __version__ = pbr.version.VersionInfo('gnocchiclient').version_string() | ||||||
|   | |||||||
							
								
								
									
										10
									
								
								setup.cfg
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								setup.cfg
									
									
									
									
									
								
							| @@ -1,5 +1,5 @@ | |||||||
| [metadata] | [metadata] | ||||||
| name = python-gnocchiclient | name = gnocchiclient | ||||||
| summary = Python client library for Gnocchi | summary = Python client library for Gnocchi | ||||||
| description-file = | description-file = | ||||||
|     README.rst |     README.rst | ||||||
| @@ -41,14 +41,14 @@ upload-dir = doc/build/html | |||||||
|  |  | ||||||
| [compile_catalog] | [compile_catalog] | ||||||
| directory = gnocchiclient/locale | directory = gnocchiclient/locale | ||||||
| domain = python-gnocchiclient | domain = gnocchiclient | ||||||
|  |  | ||||||
| [update_catalog] | [update_catalog] | ||||||
| domain = python-gnocchiclient | domain = gnocchiclient | ||||||
| output_dir = gnocchiclient/locale | output_dir = gnocchiclient/locale | ||||||
| input_file = gnocchiclient/locale/python-gnocchiclient.pot | input_file = gnocchiclient/locale/gnocchiclient.pot | ||||||
|  |  | ||||||
| [extract_messages] | [extract_messages] | ||||||
| keywords = _ gettext ngettext l_ lazy_gettext | keywords = _ gettext ngettext l_ lazy_gettext | ||||||
| mapping_file = babel.cfg | mapping_file = babel.cfg | ||||||
| output_file = gnocchiclient/locale/python-gnocchiclient.pot | output_file = gnocchiclient/locale/gnocchiclient.pot | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Julien Danjou
					Julien Danjou