mirror of
https://github.com/tiqi-group/pydase_service_base.git
synced 2025-06-07 13:00:42 +02:00
Adding python package
This commit is contained in:
parent
3916088126
commit
cfad1e20c4
0
icon_service_base/config/__init__.py
Normal file
0
icon_service_base/config/__init__.py
Normal file
0
icon_service_base/logging/__init__.py
Normal file
0
icon_service_base/logging/__init__.py
Normal file
16
pyproject.toml
Normal file
16
pyproject.toml
Normal file
@ -0,0 +1,16 @@
|
||||
[tool.poetry]
|
||||
name = "icon-service-base"
|
||||
version = "0.1.0"
|
||||
description = "Repository storing the code that is common to all icon services."
|
||||
authors = ["Mose Mueller <mosmuell@ethz.ch>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
packages = [{include = "icon_service_base"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = ">=3.10,<3.11"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
Loading…
x
Reference in New Issue
Block a user