forked from christiansandberg/canopen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
29 lines (27 loc) · 782 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
[metadata]
name = canopen
description = CANopen stack implementation
long_description = file: README.rst
project_urls =
Documentation = http://canopen.readthedocs.io/en/stable/
Source Code = https://github.com/christiansandberg/canopen
author = Christian Sandberg
author_email = [email protected]
classifier =
Development Status :: 5 - Production/Stable
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Intended Audience :: Developers
Topic :: Scientific/Engineering
[options]
packages = find:
python_requires = >=3.6
install_requires =
python-can >= 3.0.0
include_package_data = True
[tool:pytest]
testpaths =
test
filterwarnings =
ignore::DeprecationWarning