-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpyproject.toml
More file actions
42 lines (39 loc) · 1.43 KB
/
Copy pathpyproject.toml
File metadata and controls
42 lines (39 loc) · 1.43 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
[build-system]
requires = ["flit_core >=2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "modulegraph2"
description = "A basic graph library"
dynamic = ["version"]
authors = [
{name = "Ronald Oussoren", email = "ronaldoussoren@mac.com"},
]
home-page = "https://modulegraph2.readthedocs.io/"
readme = "ReadMe.rst"
dependencies = [
"objectgraph>=1.0.5",
]
requires-python = ">=3.10"
classifiers = [
"Intended Audience :: Developers",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
"Programming Language :: Python :: 3.15",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Software Development :: Build Tools",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Free Threading :: 3 - Stable",
]
license = "MIT"
license-files = ["doc/license.rst"]
[project.urls]
"Documentation" = "https://modulegraph2.readthedocs.io/"
"Source Code" = "https://github.com/ronaldoussoren/modulegraph2/"
"Issue Tracker" = "https://github.com/ronaldoussoren/modulegraph2/issues"
"Supporting" = "https://blog.ronaldoussoren.net/support/"