forked from pinterest/git-stacktrace
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
34 lines (29 loc) · 785 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
[metadata]
name = git-stacktrace
author = Joe Gordon
license = Apache License (2.0)
classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Intended Audience :: Developers
Operating System :: OS Independent
License :: OSI Approved :: Apache Software License
summary = git-blame for stacktraces
home-page = https://github.com/pinterest/git-stacktrace
description-file =
README.rst
CHANGES.rst
[files]
packages =
git_stacktrace
[pbr]
skip_changelog = True
[entry_points]
console_scripts =
git-stacktrace = git_stacktrace.cmd:main
[build_sphinx]
source-dir = doc/source
build-dir = doc/build