forked from twosigma/marbles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
50 lines (43 loc) · 1.12 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
[bumpversion]
current_version = 0.12.3
commit = True
tag = False
[metadata]
name = marbles
version = 0.12.3
author = Jane Adams, Leif Walsh
author_email = [email protected], [email protected]
url = https://github.com/twosigma/marbles
download_url = https://github.com/twosigma/marbles/archive/0.12.3.tar.gz
description = Read better test failures
long_description = file: README.rst
long_description_content_type = text/x-rst; charset=UTF-8
license = MIT
license_files = LICENSE
classifiers = file: classifiers.txt
project_urls =
Documentation = https://marbles.readthedocs.io
Source = https://github.com/twosigma/marbles
Tracker = https://github.com/twosigma/marbles/issues
[options]
packages =
install_requires =
marbles.core
marbles.mixins
[bumpversion:file:setup.cfg]
[bumpversion:file:marbles/core/marbles/core/VERSION]
[bumpversion:file:marbles/mixins/marbles/mixins/VERSION]
[flake8]
exclude =
build/,
marbles/core/build/,
marbles/mixins/build/,
docs/conf.py,
*.eggs,
.nox/,
.venv/
per-file-ignores =
marbles/mixins/marbles/mixins/mixins.py:E501
marbles/mixins/tests/test_mixins.py:E501
[bdist_wheel]
universal = 1