mirror of
https://github.com/ivan-usov-org/bec.git
synced 2025-04-21 18:20:01 +02:00
24 lines
496 B
INI
24 lines
496 B
INI
[metadata]
|
|
name = bec_dap
|
|
description = BEC service for data processing
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://gitlab.psi.ch/bec/bec
|
|
project_urls =
|
|
Bug Tracker = https://gitlab.psi.ch/bec/bec/issues
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
Development Status :: 3 - Alpha
|
|
Topic :: Scientific/Engineering
|
|
|
|
[options]
|
|
package_dir =
|
|
= .
|
|
packages = find:
|
|
python_requires = >=3.8
|
|
|
|
[options.packages.find]
|
|
where = .
|
|
|
|
|