stackalytics/setup.cfg
Tim Burke e8e8e463e2 Clean up some twine warnings and errors
Previously, `twine check` would complain like

    warning: `long_description_content_type` missing.  defaulting to
    `text/x-rst`.
    Failed
    The project's long_description has invalid markup which will not be
    rendered on PyPI. The following syntax errors were detected:
    line 8: Error: Unexpected indentation.

Change-Id: I56539a42ca2bcff44487928e4835d71eb03bd521
2019-07-03 12:44:05 -07:00

43 lines
1.3 KiB
INI

[metadata]
name = stackalytics
summary = OpenStack Contribution Dashboard
description-file =
README.rst
description-content-type = text/x-rst
author = OpenStack
author-email = openstack-discuss@lists.openstack.org
home-page = https://www.openstack.org/
classifier =
Environment :: OpenStack
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
[files]
packages =
stackalytics
data_files =
share/stackalytics = stackalytics/dashboard/static/*
[build_sphinx]
all_files = 1
build-dir = doc/build
source-dir = doc/source
[entry_points]
console_scripts =
stackalytics-dump = stackalytics.processor.dump:main
stackalytics-dashboard = stackalytics.dashboard.web:main
stackalytics-processor = stackalytics.processor.main:main
oslo.config.opts =
oslo_log = oslo_log._options:list_opts
stackalytics.dashboard.config = stackalytics.dashboard.config:list_opts
stackalytics.processor.config = stackalytics.processor.config:list_opts