forked from andrewshadura/git-crecord
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
33 lines (31 loc) · 978 Bytes
/
setup.cfg
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 = [email protected]
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