-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (27 loc) · 826 Bytes
/
pyproject.toml
File metadata and controls
33 lines (27 loc) · 826 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
27
28
29
30
31
32
33
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "packer.typed"
description = "A modern library that simplifies packing and unpacking to a whole other level."
readme = "README.md"
license = {file = "LICENSE"}
classifiers = [
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
version = "0.2.7"
requires-python = ">=3.12.0"
dependencies = []
[project.urls]
"Homepage" = "https://github.com/biggus-developerus/packer.typed"
"Bug Tracker" = "https://github.com/biggus-developerus/packer.typed/issues"
[tool.black]
line-length = 100
[tool.isort]
multi_line_output = 3
use_parentheses = true
include_trailing_comma = true
line_length = 30