forked from eiffel-community/eiffel-pythonlib
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
51 lines (39 loc) · 939 Bytes
/
Copy pathsetup.cfg
File metadata and controls
51 lines (39 loc) · 939 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[metadata]
name = eiffellib
summary = Python library for sending and receiving Eiffel events
author = Tobias Persson
author-email = tobiaspn@axis.com
license = Apache License, Version 2.0
home-page = https://github.com/eiffel-community/eiffel-pythonlib
description-file = README.rst
classifiers = Development Status :: 5 - Production/Stable
Programming Language :: Python
License :: OSI Approved :: Apache Software License
[entry_points]
[options]
install_requires =
jsonschema >= 3.0.0,<4
[options.extras_require]
rabbitmq = pika >= 1.0.1,<2
[files]
packages =
eiffellib
[extras]
[test]
addopts = tests
[tool:pytest]
addopts =
--cov eiffellib --cov-report term-missing
--verbose
[aliases]
docs = build_sphinx
[bdist_wheel]
universal = 1
[build_sphinx]
source_dir = docs
build_dir = docs/_build
[pbr]
autodoc_tree_index_modules = True
[devpi:upload]
no-vcs = 1
formats = bdist_wheel