mirror of
https://github.com/bec-project/bec_widgets.git
synced 2025-07-13 11:11:49 +02:00
22 lines
495 B
INI
22 lines
495 B
INI
[metadata]
|
|
name = bec_widgets
|
|
description = BEC Widgets
|
|
long_description = file: README.md
|
|
long_description_content_type = text/markdown
|
|
url = https://gitlab.psi.ch/bec/bec-widgets
|
|
project_urls =
|
|
Bug Tracker = https://gitlab.psi.ch/bec/bec-widgets/issues
|
|
classifiers =
|
|
Programming Language :: Python :: 3
|
|
Development Status :: 3 - Alpha
|
|
Topic :: Scientific/Engineering
|
|
|
|
[options]
|
|
package_dir =
|
|
= .
|
|
packages = find:
|
|
python_requires = >=3.10
|
|
|
|
[options.packages.find]
|
|
where = .
|