mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-22 02:20:02 +02:00
22 lines
555 B
INI
22 lines
555 B
INI
[metadata]
|
|
name = bec_device_server
|
|
version = 0.0.1
|
|
description = device service within the bec framework
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://github.com/pypa/sampleproject
|
|
project_urls =
|
|
Bug Tracker = https://github.com/pypa/sampleproject/issues
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
License :: OSI Approved :: MIT License
|
|
Operating System :: OS Independent
|
|
|
|
[options]
|
|
package_dir =
|
|
= ./
|
|
packages = find:
|
|
python_requires = >=3.7
|
|
|
|
[options.packages.find]
|
|
where = ./ |