-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (27 loc) · 930 Bytes
/
setup.cfg
File metadata and controls
29 lines (27 loc) · 930 Bytes
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
[metadata]
name = git-changelists
version = 1.1.7
author = Bjoern Hendrik Fock
description = Git subcommand for named changelist support. Group working directory files by intent, then stage, commit, or branch by changelist.
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD-3-Clause
url = https://github.com/BHFock/git-cl
classifiers =
Programming Language :: Python :: 3
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: 3.14
License :: OSI Approved :: BSD License
Operating System :: POSIX
Environment :: Console
Topic :: Software Development :: Version Control :: Git
[options]
python_requires = >=3.9
scripts =
git-cl
[pycodestyle]
max-line-length = 88