Files
os-brick/setup.cfg
Andreas Jaeger 807bd19777 Cleanup py27 support
Make a few cleanups:
- Remove python 2.7 stanza from setup.py
- Add requires on python >= 3.6 to setup.cfg so that pypi and pip
  know about the requirement
- Remove obsolete sections from setup.cfg
- Update classifiers

Change-Id: I34abafc045b4f50ded19bd0b8d87fa3c77f1a1b9
2020-04-05 17:43:12 +02:00

47 lines
1.2 KiB
INI

[metadata]
name = os-brick
summary = OpenStack Cinder brick library for managing local volume attaches
description-file =
README.rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://docs.openstack.org/os-brick/
python-requires = >=3.6
classifier =
Environment :: OpenStack
Intended Audience :: Information Technology
Intended Audience :: System Administrators
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[files]
packages =
os_brick
data_files =
etc/ = etc/*
[egg_info]
tag_build =
tag_date = 0
tag_svn_revision = 0
[compile_catalog]
directory = os_brick/locale
domain = os_brick
[update_catalog]
domain = os_brick
output_dir = os_brick/locale
input_file = os_brick/locale/os-brick.pot
[extract_messages]
keywords = _ gettext ngettext l_ lazy_gettext
mapping_file = babel.cfg
output_file = os_brick/locale/os-brick.pot