-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (23 loc) · 712 Bytes
/
Copy pathpyproject.toml
File metadata and controls
39 lines (23 loc) · 712 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
34
35
36
37
38
39
[project]
name = "gclient2nix"
description = "Generate Nix expressions for projects based on the Google build tools gclient and gn from the chromium depot_tools"
version = "0.1.0"
authors = [
]
readme = "readme.md"
classifiers = [
"Development Status :: 3 - Alpha",
"License :: OSI Approved :: MIT License",
"Natural Language :: English",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
]
dependencies = [
]
[project.urls]
"Homepage" = "https://github.com/milahu/gclient2nix"
[build-system]
build-backend = "flit_core.buildapi"
requires = ["flit_core >=3.2,<4"]