forked from veles_labs/pyveles
Initial commit
This commit is contained in:
29
setup.cfg
Normal file
29
setup.cfg
Normal 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
|
||||
|
||||
Reference in New Issue
Block a user