-
-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathapi_auth-pyproject.toml
More file actions
44 lines (41 loc) · 1.17 KB
/
api_auth-pyproject.toml
File metadata and controls
44 lines (41 loc) · 1.17 KB
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
34
35
36
37
38
39
40
41
42
43
44
[build-system]
requires = ["flot"]
build-backend = "flot.buildapi"
[project]
name = "aboutcode.api_auth"
version = "0.2.0"
description = ""
license = { text = "Apache-2.0" }
readme = "aboutcode/api_auth/README.md"
requires-python = ">=3.11"
authors = [ { name = "nexB. Inc. and others", email = "info@aboutcode.org" } ]
keywords = [
"open source",
"api",
"authentication",
]
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Topic :: Software Development",
"Topic :: Utilities",
]
[project.urls]
Homepage = "https://github.com/aboutcode-org/dejacode"
Documentation = "https://dejacode.readthedocs.io/"
Repository = "https://github.com/aboutcode-org/dejacode/tree/main/aboutcode/api_auth"
Issues = "https://github.com/aboutcode-org/dejacode/issues"
[tool.flot]
includes = [
"aboutcode/api_auth/*",
]
metadata_files = [
"LICENSE",
"NOTICE",
]