summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 8dd51d348b7c36eb4d74d2e38b68709e30402c51 (plain)
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
32
33
[metadata]
name = git-crecord
version = 20201025.0
url = https://github.com/andrewshadura/git-crecord
author = Andrej Shadura
author-email = andrew@shadura.me
description = interactively select chunks to commit with Git
long_description = file: README.rst
long_description_content_type = text/x-rst
license = GPL-2+
license_file = COPYING
classifier =
    Development Status :: 4 - Beta
    Environment :: Console :: Curses
    Intended Audience :: Developers
    License :: OSI Approved :: GNU General Public License (GPL)
    Operating System :: OS Independent
    Programming Language :: Python
    Programming Language :: Python :: 3.6
    Programming Language :: Python :: 3.7
    Programming Language :: Python :: 3.8
    Topic :: Software Development :: Version Control

[options]
python_requires = >= 3.6
packages = find:
setup_requires =
    docutils >= 0.12
include_package_data = True

[options.entry_points]
console_scripts =
    git-crecord = git_crecord.main:main