Skip to content
This repository was archived by the owner on Jan 30, 2023. It is now read-only.

Commit a86ea09

Browse files
author
Matthias Koeppe
committed
pkgs/sage-conf (pyproject.toml): Convert from setup.cfg using ini2toml-0.11.3
1 parent 546b847 commit a86ea09

File tree

2 files changed

+22
-24
lines changed

2 files changed

+22
-24
lines changed

pkgs/sage-conf/pyproject.toml

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
11
[build-system]
2-
requires = ["setuptools", "wheel"]
2+
requires = ["setuptools>=61.2"]
33
build-backend = "setuptools.build_meta"
4+
5+
[project]
6+
name = "sage-conf"
7+
description = "Sage: Open Source Mathematics Software: Configuration module for the SageMath library"
8+
readme = "README.rst"
9+
license = {text = "GNU General Public License (GPL) v3 or later"}
10+
authors = [{name = "The Sage Developers", email = "[email protected]"}]
11+
urls = {Homepage = "https://www.sagemath.org"}
12+
dynamic = ["version"]
13+
14+
[project.scripts]
15+
sage-config = "sage_conf:_main"
16+
17+
[tool.setuptools]
18+
packages = ["_sage_conf"]
19+
py-modules = ["sage_conf"]
20+
script-files = ["bin/sage-env-config"]
21+
include-package-data = false
22+
23+
[tool.setuptools.dynamic]
24+
version = {file = ["VERSION.txt"]}

pkgs/sage-conf/setup.cfg

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)