13 lines
214 B
TOML
13 lines
214 B
TOML
[project]
|
|
name = "strafesnet"
|
|
version = "1.0"
|
|
description = "StrafesNET GRPC"
|
|
|
|
[tool.setuptools]
|
|
# data to be included is specified in MANIFEST.in
|
|
include-package-data = true
|
|
|
|
[tool.setuptools.packages]
|
|
find = {}
|
|
|