-
Notifications
You must be signed in to change notification settings - Fork 109
Expand file tree
/
Copy pathsetup.cfg
More file actions
84 lines (78 loc) · 2.04 KB
/
Copy pathsetup.cfg
File metadata and controls
84 lines (78 loc) · 2.04 KB
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
[metadata]
name = revup
version = attr: revup.version.REVUP_VERSION
author = Jerry Zhang
author_email = jerry@skydio.com
description = Revolutionary github tools. Effortlessly create multiple branches and pull requests.
keywords = github python git workflow version-control python3 developer-tools code-review pull-requests developers developer-productivity stacked-diffs
license = MIT
license_files =
LICENSE
long_description_content_type = text/markdown
url = https://github.com/skydio/revup
project_urls =
Source = https://github.com/skydio/revup
Bug Tracker = https://github.com/skydio/revup/issues
classifiers =
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Development Status :: 4 - Beta
Intended Audience :: Developers
Topic :: Software Development :: Libraries :: Python Modules
Topic :: Software Development :: Version Control
Topic :: Software Development :: Version Control :: Git
Programming Language :: Python
Programming Language :: Python :: 3.8
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
Programming Language :: Python :: 3 :: Only
Environment :: Console
Typing :: Typed
[options]
package_dir =
= .
packages =
revup
python_requires = >=3.8
install_requires =
aiohttp
argcomplete==3.7.0
async_lru
attrs
rich
multidict
yarl
async_timeout
aiosignal
setup_requires =
setuptools
wheel
pip
include_package_data=True
[options.extras_require]
dev =
ruff==0.15.16
pylint==3.2.7
mypy==1.13.0
build
twine
pytest
pytest-cov
pytest-mock
[options.packages.find]
where = .
[options.package_data]
revup = man1/*.1.gz
[options.entry_points]
console_scripts =
revup = revup.__main__:_main
[mypy]
python_version = 3.8
warn_unused_configs = True
disallow_untyped_defs = True
mypy_path =
.