glrmmr/setup.cfg
2022-02-17 20:41:03 +01:00

24 lines
642 B
INI

[metadata]
name = glrmmr
version = 0.0.1
author = Tim Schubert
author_email = dadada@dadada.li
description = A webhook service to update Redmine with a link to a Gitlab MR
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/dadada/glrmmr
project_urls =
Bug Tracker = https://github.com/dadada/glrmmr/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
packages = :find
python_requires = >=3.6
include_package_data = true
install_requires =
Flask
python-dotenv
requests