4 author_email = davvid@gmail.com
5 description = A sleek and powerful Git GUI
8 long_description = Git Cola is a powerful Git GUI with a slick and intuitive user interface.
9 url = https://github.com/git-cola/git-cola
12 Development Status :: 6 - Mature
13 Intended Audience :: Developers
14 Intended Audience :: End Users/Desktop
15 License :: OSI Approved :: GNU General Public License v2 (GPLv2)
16 Programming Language :: Python :: 2.7
17 Programming Language :: Python :: 3
18 Topic :: Software Development :: Libraries :: Python Modules
19 Topic :: Software Development :: Version Control :: Git
27 build_requires = python
35 upload-dir = share/doc/git-cola/_build/html
39 build-dir = share/doc/git-cola/_build
40 source-dir = share/doc/git-cola/
43 python_requires = >=2.7
45 include_package_data = true
47 importlib_metadata; python_version<"3.8"
48 PyQt5 >= 5.6.0; python_version>="3.0"
52 [options.package_data]
58 [options.packages.find]
72 share/applications/git-cola.desktop
73 share/applications/git-cola-folder-handler.desktop
74 share/applications/git-dag.desktop
76 share/doc/git-cola/hotkeys.html
77 share/doc/git-cola/hotkeys_de.html
78 share/doc/git-cola/hotkeys_zh_CN.html
79 share/doc/git-cola/hotkeys_zh_TW.html
80 share/icons/hicolor/scalable/apps =
81 cola/icons/git-cola.svg
83 [options.extras_require]
86 pytest >= 3.5, !=3.7.3
87 pytest-checkdocs >= 1.2.3
89 pytest-black >= 0.3.7; \
90 # workaround for jaraco/skeleton#22
91 python_implementation != "PyPy"
93 pytest-mypy >= 0.9.1; \
94 # workaround for jaraco/skeleton#22
95 python_implementation != "PyPy"
96 pytest-enabler >= 1.0.1
99 PyQt5; python_version>='3.0'
100 PySide2; python_version=='2.7'
105 jaraco.packaging >= 9
110 [options.entry_points]
112 cola = cola.main:main
113 git-cola = cola.main:main
114 git-dag = cola.dag:main
115 git-cola-sequence-editor = cola.sequenceeditor:main