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 ]
69name = " cfdp-py"
710description = " Library for high level CCSDS File Delivery Protocol (CFDP) components"
811readme = " README.md"
912version = " 0.6.0"
1013requires-python = " >=3.9"
11- license = { text = " Apache-2.0" }
14+ license = " Apache-2.0"
1215authors = [
13- {name = " Robin Mueller" , email = " robin.mueller.m@gmail.com " }
16+ { name = " Robin Mueller" , email = " robin.mueller.m@pm.me " }
1417]
1518keywords = [" ccsds" , " space" , " communication" , " packet" , " file-transfer" ]
1619classifiers = [
@@ -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" ,
0 commit comments