-
-
Notifications
You must be signed in to change notification settings - Fork 51
/
setup.cfg
38 lines (33 loc) · 946 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
[metadata]
name = git-pull-request
url = https://github.com/Mergifyio/git-pull-request
description = Command line tool to send GitHub pull requests
long_description = file: README.rst
author = Julien Danjou
author_email = [email protected]
classifier =
Intended Audience :: Developers
Intended Audience :: Information Technology
License :: OSI Approved :: Apache Software License
Operating System :: POSIX
Programming Language :: Python
Programming Language :: Python :: 3
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
[options]
packages = find:
install_requires =
pygithub
daiquiri
attrs
[options.extras_require]
test =
fixtures
[options.entry_points]
console_scripts =
git-pull-request = git_pull_request:main
[wheel]
universal = 1