12 lines
347 B
TOML
12 lines
347 B
TOML
[project]
|
|
name = "common-lib"
|
|
version = "0.0.34"
|
|
description = "Библиотека общих компонентов для микросервисов yobble"
|
|
authors = [{ name = "cheykrym", email = "you@example.com" }]
|
|
license = "MIT"
|
|
dependencies = []
|
|
|
|
[build-system]
|
|
requires = ["setuptools", "wheel"]
|
|
build-backend = "setuptools.build_meta"
|