Initial commit

This commit is contained in:
Jan Mrna
2022-06-12 17:35:40 +02:00
commit d2c6185c47
10 changed files with 263 additions and 0 deletions

29
setup.cfg Normal file
View File

@@ -0,0 +1,29 @@
[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