Skip to content

Commit fa775c3

Browse files
authored
Merge pull request #49 from us-irs/prep-v0.6.0-packaging
update packaging
2 parents afd550e + 802dec3 commit fa775c3

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

pyproject.toml

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
[build-system]
2-
requires = ["setuptools>=0.62.0"]
3-
build-backend = "setuptools.build_meta"
2+
requires = ["uv_build >= 0.8.17, <0.9.0"]
3+
build-backend = "uv_build"
4+
5+
[tool.uv.build-backend]
6+
module-name = "cfdppy"
47

58
[project]
69
name = "cfdp-py"
710
description = "Library for high level CCSDS File Delivery Protocol (CFDP) components"
811
readme = "README.md"
912
version = "0.6.0"
1013
requires-python = ">=3.9"
11-
license = {text = "Apache-2.0"}
14+
license = "Apache-2.0"
1215
authors = [
13-
{name = "Robin Mueller", email = "robin.mueller.m@gmail.com"}
16+
{ name = "Robin Mueller", email = "robin.mueller.m@pm.me" }
1417
]
1518
keywords = ["ccsds", "space", "communication", "packet", "file-transfer"]
1619
classifiers = [
@@ -21,6 +24,9 @@ classifiers = [
2124
"Operating System :: Microsoft :: Windows",
2225
"Programming Language :: Python :: 3",
2326
"Programming Language :: Python :: 3.9",
27+
"Programming Language :: Python :: 3.10",
28+
"Programming Language :: Python :: 3.11",
29+
"Programming Language :: Python :: 3.12",
2430
"Topic :: Communications",
2531
"Topic :: Software Development :: Libraries",
2632
"Topic :: Software Development :: Libraries :: Python Modules",

src/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)