pyveles/setup.cfg
2022-06-12 17:35:40 +02:00

30 lines
633 B
INI

[metadata]
name = veles
version = 0.0.9
author = VelesLabs
author_email = info@veleslabs.org
description = Python package for VelesLabs sensors and other hardware
long_description = file : README.md
long_description_content_type = text/markdown
url = https://gitlab.com/VelesLabs
#project_urls =
# Bug Tracker =
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.6
install_requires =
minimalmodbus>=2.0.1
pyserial>=3.5
[options.packages.find]
where = src