-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (24 loc) · 747 Bytes
/
pyproject.toml
File metadata and controls
26 lines (24 loc) · 747 Bytes
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
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "cobs"
version = "1.2.2"
authors = [
{ name = "Craig McQueen", email = "python@craig.mcqueen.id.au" },
]
description = "Consistent Overhead Byte Stuffing (COBS)"
keywords = [ "byte stuffing" ]
readme = "README.rst"
requires-python = ">=3.6"
license = { file = "LICENSE.txt" }
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Topic :: Communications",
]
[project.urls]
"Homepage" = "https://github.com/cmcqueen/cobs-python"
"Bug Tracker" = "https://github.com/cmcqueen/cobs-python/issues"