forked from kascodeo/python-opc-lite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
63 lines (54 loc) · 1.22 KB
/
setup.cfg
File metadata and controls
63 lines (54 loc) · 1.22 KB
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
54
55
56
57
58
59
60
61
62
[metadata]
name = python-opc-lite
version = attr: opc.__version__
description = Open Package Convention light weight python library
long_description = file: README.md
long_description_content_type = text/markdown
url =
author = Karim S (Kas)
author_email = kascodeo@gmail.com
license = MIT
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.11
keywords = opc, Open Package Convention, pptx, docx, xlsx
project_urls =
Documentation=https://python-opc-lite.readthedocs.io/
Source=https://github.com/kascodeo/python-opc-lite
Release notes=https://python-opc-lite.readthedocs.io/en/stable/releasenotes.html
[options]
packages = opc
python_requires = >=3
include_package_data = False
package_dir =
= src
install_requires =
lxml
lxml-util
[options.extras_require]
docs =
furo
sphinx
sphinx-copybutton
sphinx-inline-tabs
sphinx-removed-in
sphinxext-opengraph
tests =
pytest
tox
dists =
twine
build
[options.packages.find]
exclude =
tests*
docs*
[flake8]
per-file-ignores =
*/__init__.py: F401
[isort]
profile = black
[tool:pytest]
addopts = -ra --color=yes
testpaths = tests