-
Notifications
You must be signed in to change notification settings - Fork 5
/
setup.cfg
47 lines (38 loc) · 943 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
34
35
36
37
38
39
40
41
42
43
44
45
46
[metadata]
keywords = python utility shell git git-workspace tkinter
description = manage a multi git workspace
long_description = file: README.md, CHANGELOG.md, BACKLOG.md, LICENSE.md
long_description_content_type = text/markdown
license = AGPLv3+
classifiers =
Development Status :: 3 - Alpha
Operating System :: POSIX :: Linux
Environment :: Other Environment
Intended Audience :: Developers
Topic :: Utilities
Topic :: Desktop Environment
Topic :: Software Development :: Version Control :: Git
Programming Language :: Python :: 3
License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
[options.extras_require]
PEP08 =
pycodestyle
flake8
autopep8
PEP08_BLACK =
pycodestyle
flake8
black
PEP08_FULL =
pycodestyle
flake8
autopep8
black
yapf
MELD =
meld
DEFAULT =
pycodestyle
flake8
autopep8
meld