-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
25 lines (23 loc) · 940 Bytes
/
pyproject.toml
File metadata and controls
25 lines (23 loc) · 940 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
[project]
name = 'b2-zip-files'
description = "A sample application to create a ZIP file in a Backblaze B2 bucket from a set of files also in Backblaze B2"
readme = "README.md"
version = '1.0.2'
requires-python = ">= 3.10"
keywords = ["Backblaze", "B2" ]
authors = [
{name = "Pat Patterson", email = "pat@backblaze.com"},
]
classifiers = [
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
[project.urls]
Documentation = "https://github.com/backblaze-b2-samples/b2-zip-files"
Repository = "https://github.com/backblaze-b2-samples/b2-zip-files.git"
Issues = "https://github.com/backblaze-b2-samples/b2-zip-files/issues"
Changelog = "https://github.com/backblaze-b2-samples/b2-zip-files/blob/main/CHANGELOG.md"