aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/setup.cfg
blob: 7f739518c480b7ba5e4aad1b616a10ae9711c5e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[metadata]
name = cgitize
# Don't use shortened versions here (like v2.0 instead of v2.0.X),
# docker/metadata-action doesn't like them:
version = 2.1.0
author = Egor Tensin
author_email = Egor.Tensin@gmail.com
description = Mirror your git repositories and make them cgit-ready
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
url = https://github.com/egor-tensin/cgitize
project_urls =
    Bug Tracker = https://github.com/egor-tensin/cgitize/issues
classifiers =
    Development Status :: 4 - Beta
    License :: OSI Approved :: MIT License
    Programming Language :: Python :: 3
    Topic :: Software Development :: Version Control :: Git

[options]
install_requires =
    atlassian-python-api ~= 3.0
    PyGithub ~= 1.0
    tomli ~= 1.0
packages = find:
python_requires = >=3.6

[options.entry_points]
console_scripts =
    cgitize = cgitize.main:main