4 {name = "David Aguilar", email = "davvid@gmail.com"}
7 "Development Status :: 6 - Mature",
8 "Intended Audience :: Developers",
9 "Intended Audience :: End Users/Desktop",
10 "License :: OSI Approved :: GNU General Public License v2 (GPLv2)",
11 "Programming Language :: Python :: 3",
12 "Topic :: Software Development :: Libraries :: Python Modules",
13 "Topic :: Software Development :: Version Control :: Git",
15 description = "A sleek and powerful Git GUI"
16 dynamic = ["dependencies", "optional-dependencies", "version"]
17 license = {file = "COPYING"}
21 cola = "cola.main:main"
22 git-cola = "cola.main:main"
23 git-dag = "cola.dag:main"
24 git-cola-sequence-editor = "cola.sequenceeditor:main"
27 requires = ["setuptools>=42", "setuptools_scm[toml]>=3.4.1"]
28 build-backend = "setuptools.build_meta"
31 function-definition-extra-indent = false
35 # "fallback_version" does not (currently) work when building from tarballs.
36 # "fallback_version" should start working once this upstream issue is resolved:
37 # https://github.com/pypa/setuptools_scm/issues/549
38 fallback_version = "4.4.1"