os-win/setup.cfg
Doug Hellmann 21a882c8e3 switch to post-versioning
This change removes the version entry from setup.cfg, relying on pbr to
derive the version number from the git tags. This post-versioning model
brings os-win in line with the other official OpenStack projects, and
avoids the need to submit separate patches to "bump" the version number
before and after a release.

Change-Id: I6d6976bc6cd1edd70864d9b2a1a8a3330b4bfcdb
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2016-03-20 12:24:02 -04:00

47 lines
1.1 KiB
INI

[metadata]
name = os-win
summary = Windows / Hyper-V library for OpenStack projects.
description-file =
README.rst
author = Cloudbase Solutions Srl
author-email = info@cloudbasesolutions.com
home-page = http://www.cloudbase.it/
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: Microsoft :: Windows
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[files]
packages =
os_win
[build_sphinx]
source-dir = doc/source
build-dir = doc/build
all_files = 1
[upload_sphinx]
upload-dir = doc/build/html
[compile_catalog]
directory = os_win/locale
domain = os-win
[update_catalog]
domain = os-win
output_dir = os_win/locale
input_file = os_win/locale/os-win.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = os_win/locale/os-win.pot