forked from ctrl-Felix/cosmospy-protobuf
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
29 lines (26 loc) · 852 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[project]
name = "cosmospy_protobuf"
version = "0.0.2"
description = "This package contains a compiled python version of all cosmos protobuf files with their dependencies"
authors = [
{ name = "ctrl-felix", email = "[email protected]" },
]
readme = "README.md"
keywords = ["cosmospy", "proto", "cosmospy-protobuf", "cosmos", "cosmos-protobuf", "protobuf"]
license = {text = "BSD 3-Clause License"}
classifiers = [
"Programming Language :: Python :: 3",
"Operating System :: OS Independent",
]
dependencies = [
"protobuf",
]
dynamic = []
[project.urls]
"Homepage" = "https://github.com/ctrl-Felix/cosmospy-protobuf/"
"Bug Tracker" = "https://github.com/ctrl-Felix/cosmospy-protobuf/issues"
[tool.hatch.build.targets.wheel]
packages = ["src/cosmospy_protobuf"]