-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
27 lines (25 loc) · 956 Bytes
/
pyproject.toml
File metadata and controls
27 lines (25 loc) · 956 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
[project]
name = "python-accessor"
version = "1.0.2"
description = "Access nested dicts"
readme = "README.md"
requires-python = ">=3.10"
license = "MIT AND (Apache-2.0 OR BSD-2-Clause)"
authors = [{ name = "Jakub Jagielka", email = "jjagielka@gmail.com" }]
keywords = ["accessor", "api", "itemgetter", "rest"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
]
dependencies = []
[project.urls]
# Changelog = "https://github.com/jjagielka/python-accessor/blob/master/CHANGELOG.md"
Homepage = "https://github.com/jjagielka/python-accessor"
Issues = "https://github.com/jjagielka/python-accessor/issues"
# Documentation = "https://readthedocs.org"
Repository = "https://github.com/jjagielka/python-accessor"
[build-system]
requires = ["setuptools >= 77.0.3"]
build-backend = "setuptools.build_meta"