Exemplo n.º 1
0
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import setuptools

from quantum.openstack.common import setup
from quantum.version import version_info as version

requires = setup.parse_requirements()
depend_links = setup.parse_dependency_links()

Name = 'quantum'
Url = "https://launchpad.net/quantum"
Version = version.canonical_version_string(always=True)
License = 'Apache License 2.0'
Author = 'Netstack'
AuthorEmail = '*****@*****.**'
Maintainer = ''
Summary = 'Quantum (virtual network service)'
ShortDescription = Summary
Description = Summary

EagerResources = [
    'quantum',
]

ProjectScripts = [
    'bin/quantum-rootwrap',
]
Exemplo n.º 2
0
# The master toctree document.
master_doc = 'index'

# General information about the project.
project = u'Quantum'
copyright = u'2011-present, OpenStack, LLC.'

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# Version info
from quantum.version import version_info as quantum_version
release = quantum_version.version_string_with_vcs()
# The short X.Y version.
version = quantum_version.canonical_version_string()

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#language = None

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
#today = ''
# Else, today_fmt is used as the format for a strftime call.
#today_fmt = '%B %d, %Y'

# List of documents that shouldn't be included in the build.
# unused_docs = []

# List of directories, relative to source directory, that shouldn't be searched
Exemplo n.º 3
0
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

import setuptools

from quantum.openstack.common import setup
from quantum.version import version_info as version

requires = setup.parse_requirements()
depend_links = setup.parse_dependency_links()

Name = 'quantum'
Url = "https://launchpad.net/quantum"
Version = version.canonical_version_string(always=True)
License = 'Apache License 2.0'
Author = 'Netstack'
AuthorEmail = '*****@*****.**'
Maintainer = ''
Summary = 'Quantum (virtual network service)'
ShortDescription = Summary
Description = Summary

EagerResources = [
    'quantum',
]

ProjectScripts = [
    'bin/quantum-rootwrap',
]
Exemplo n.º 4
0
master_doc = "index"

# General information about the project.
project = u"Quantum"
copyright = u"2011-present, OpenStack, LLC."

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
# built documents.
#
# Version info
from quantum.version import version_info as quantum_version

release = quantum_version.version_string_with_vcs()
# The short X.Y version.
version = quantum_version.canonical_version_string()

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
# language = None

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
# today = ''
# Else, today_fmt is used as the format for a strftime call.
# today_fmt = '%B %d, %Y'

# List of documents that shouldn't be included in the build.
# unused_docs = []

# List of directories, relative to source directory, that shouldn't be searched