engagement/setup.cfg

45 lines
1.5 KiB
INI

[metadata]
name = opendev-engagement
summary = Engagement statistics for OpenDev services
long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8
author = OpenDev Contributors
author_email = service-discuss@lists.opendev.org
url = https://docs.opendev.org/opendev/engagement/
project_urls =
Browse Source = https://opendev.org/opendev/engagement
Bug Reporting = https://storyboard.openstack.org/#!/project/opendev/engagement
Documentation = https://docs.opendev.org/opendev/engagement/
Git Clone URL = https://opendev.org/opendev/engagement
License Texts = https://opendev.org/opendev/engagement/src/branch/master/LICENSE
keywords = contributor statistics
license = Apache License, Version 2.0
platforms = POSIX/Unix
classifier =
Development Status :: 5 - Production/Stable
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: POSIX :: Linux
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: Implementation :: CPython
Topic :: Software Development :: Testing
Topic :: Utilities
[options]
python_requires = >=3.6
[files]
packages =
engagement
[entry_points]
console_scripts =
engagement-stats = engagement.stats:main