This repository was archived by the owner on Sep 17, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathsetup.cfg
53 lines (50 loc) · 1.38 KB
/
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
47
48
49
50
51
52
53
[metadata]
name = check-in
url = https://github.com/webknjaz/check-in
project_urls =
CI: Travis = https://travis-ci.com/webknjaz/check-in
GitHub: repo = https://github.com/webknjaz/check-in
GitHub: issues = https://github.com/webknjaz/check-in/issues
author = Sviatoslav Sydorenko
author_email = [email protected]
description = CLI for publishing check runs info via GitHub Checks API
long_description = file: README.rst
license = MIT
license_file = LICENSE.rst
keywords =
CLI
tool
API
client
GitHub
Checks API
CI
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Topic :: Software Development :: Libraries
Topic :: Software Development :: Testing
[options]
python_requires = >=3.6
install_requires =
attrs
click
envparse
pygithub[integrations]
include_package_data = True
packages = find:
package_dir =
= .
[options.entry_points]
console_scripts =
check-in = check_in.cli:main
[bdist_wheel]
universal = 1