forked from Mergifyio/git-pull-request
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
35 lines (30 loc) · 849 Bytes
/
setup.cfg
File metadata and controls
35 lines (30 loc) · 849 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
30
31
32
33
34
35
[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 = jd@mergify.io
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.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
[options]
packages = find:
install_requires =
pygithub
daiquiri
[options.extras_require]
test =
fixtures
[options.entry_points]
console_scripts =
git-pull-request = git_pull_request:main
[wheel]
universal = 1