diff --git a/bileanclient/__init__.pyc b/bileanclient/__init__.pyc deleted file mode 100644 index d534482..0000000 Binary files a/bileanclient/__init__.pyc and /dev/null differ diff --git a/bileanclient/client.pyc b/bileanclient/client.pyc deleted file mode 100644 index 13b3e13..0000000 Binary files a/bileanclient/client.pyc and /dev/null differ diff --git a/bileanclient/common/__init__.pyc b/bileanclient/common/__init__.pyc deleted file mode 100644 index 864c58c..0000000 Binary files a/bileanclient/common/__init__.pyc and /dev/null differ diff --git a/bileanclient/common/http.pyc b/bileanclient/common/http.pyc deleted file mode 100644 index e586348..0000000 Binary files a/bileanclient/common/http.pyc and /dev/null differ diff --git a/bileanclient/common/utils.pyc b/bileanclient/common/utils.pyc deleted file mode 100644 index 1b819a7..0000000 Binary files a/bileanclient/common/utils.pyc and /dev/null differ diff --git a/bileanclient/exc.pyc b/bileanclient/exc.pyc deleted file mode 100644 index 48cdda7..0000000 Binary files a/bileanclient/exc.pyc and /dev/null differ diff --git a/bileanclient/openstack/__init__.pyc b/bileanclient/openstack/__init__.pyc deleted file mode 100644 index f5ba5c9..0000000 Binary files a/bileanclient/openstack/__init__.pyc and /dev/null differ diff --git a/bileanclient/openstack/common/__init__.pyc b/bileanclient/openstack/common/__init__.pyc deleted file mode 100644 index ebf1c2f..0000000 Binary files a/bileanclient/openstack/common/__init__.pyc and /dev/null differ diff --git a/bileanclient/openstack/common/_i18n.pyc b/bileanclient/openstack/common/_i18n.pyc deleted file mode 100644 index d814ef3..0000000 Binary files a/bileanclient/openstack/common/_i18n.pyc and /dev/null differ diff --git a/bileanclient/openstack/common/apiclient/__init__.pyc b/bileanclient/openstack/common/apiclient/__init__.pyc deleted file mode 100644 index 88b789b..0000000 Binary files a/bileanclient/openstack/common/apiclient/__init__.pyc and /dev/null differ diff --git a/bileanclient/openstack/common/apiclient/base.pyc b/bileanclient/openstack/common/apiclient/base.pyc deleted file mode 100644 index 660cf6c..0000000 Binary files a/bileanclient/openstack/common/apiclient/base.pyc and /dev/null differ diff --git a/bileanclient/openstack/common/apiclient/exceptions.pyc b/bileanclient/openstack/common/apiclient/exceptions.pyc deleted file mode 100644 index 3e51fe4..0000000 Binary files a/bileanclient/openstack/common/apiclient/exceptions.pyc and /dev/null differ diff --git a/bileanclient/openstack/common/cliutils.pyc b/bileanclient/openstack/common/cliutils.pyc deleted file mode 100644 index 2dedc60..0000000 Binary files a/bileanclient/openstack/common/cliutils.pyc and /dev/null differ diff --git a/bileanclient/shell.pyc b/bileanclient/shell.pyc deleted file mode 100644 index ed5377b..0000000 Binary files a/bileanclient/shell.pyc and /dev/null differ diff --git a/bileanclient/v1/__init__.pyc b/bileanclient/v1/__init__.pyc deleted file mode 100644 index de6079e..0000000 Binary files a/bileanclient/v1/__init__.pyc and /dev/null differ diff --git a/bileanclient/v1/client.pyc b/bileanclient/v1/client.pyc deleted file mode 100644 index 344903d..0000000 Binary files a/bileanclient/v1/client.pyc and /dev/null differ diff --git a/bileanclient/v1/policies.pyc b/bileanclient/v1/policies.pyc deleted file mode 100644 index a8ace86..0000000 Binary files a/bileanclient/v1/policies.pyc and /dev/null differ diff --git a/bileanclient/v1/rules.pyc b/bileanclient/v1/rules.pyc deleted file mode 100644 index 116e99c..0000000 Binary files a/bileanclient/v1/rules.pyc and /dev/null differ diff --git a/bileanclient/v1/shell.pyc b/bileanclient/v1/shell.pyc deleted file mode 100644 index c021a82..0000000 Binary files a/bileanclient/v1/shell.pyc and /dev/null differ diff --git a/bileanclient/v1/users.pyc b/bileanclient/v1/users.pyc deleted file mode 100644 index c13c5fc..0000000 Binary files a/bileanclient/v1/users.pyc and /dev/null differ diff --git a/setup.cfg b/setup.cfg index 2e2c4b5..046e729 100644 --- a/setup.cfg +++ b/setup.cfg @@ -14,7 +14,6 @@ classifier = Programming Language :: Python Programming Language :: Python :: 2 Programming Language :: Python :: 2.7 - Programming Language :: Python :: 2.6 Programming Language :: Python :: 3 Programming Language :: Python :: 3.3 @@ -33,5 +32,22 @@ all_files = 1 build-dir = doc/build source-dir = doc/source +[upload_sphinx] +upload-dir = doc/build/html + +[compile_catalog] +directory = bileanclient/locale +domain = bileanclient + +[update_catalog] +domain = bileanclient +output_dir = bileanclient/locale +input_file = bileanclient/locale/bileanclient.pot + +[extract_messages] +keywords = _ gettext ngettext l_ lazy_gettext +mapping_file = babel.cfg +output_file = bileanclient/locale/bileanclient.pot + [wheel] universal = 1