0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 03:31:50 +02:00

build: setting up repo

This commit is contained in:
2023-07-11 15:20:43 +02:00
parent eda4c55b05
commit 88f5aca2dd
4 changed files with 212 additions and 0 deletions

23
setup.cfg Normal file
View File

@ -0,0 +1,23 @@
[metadata]
name = bec_lib
description = BEC library
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 = .