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 = docs/_build/html
39 build-dir = docs/_build
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
78 docs/hotkeys_zh_CN.html
79 docs/hotkeys_zh_TW.html
80 share/icons/hicolor/scalable/apps =
81 cola/icons/git-cola.svg
83 share/metainfo/git-cola.appdata.xml
84 share/metainfo/git-dag.appdata.xml
86 [options.extras_require]
89 pytest >= 3.5, !=3.7.3
90 pytest-checkdocs >= 1.2.3
92 pytest-black >= 0.3.7; \
93 # workaround for jaraco/skeleton#22
94 python_implementation != "PyPy"
96 pytest-mypy >= 0.9.1; \
97 # workaround for jaraco/skeleton#22
98 python_implementation != "PyPy"
99 pytest-enabler >= 1.0.1
102 PyQt5; python_version>='3.0'
107 jaraco.packaging >= 9
112 [options.entry_points]
114 cola = cola.main:main
115 git-cola = cola.main:main
116 git-dag = cola.dag:main
117 git-cola-sequence-editor = cola.sequenceeditor:main