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

Commit

Permalink
pkgs/sage-conf (pyproject.toml): Convert from setup.cfg using ini2tom…
Browse files Browse the repository at this point in the history
…l-0.11.3
  • Loading branch information
Matthias Koeppe committed Dec 20, 2022
1 parent 546b847 commit a86ea09
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 24 deletions.
23 changes: 22 additions & 1 deletion pkgs/sage-conf/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
[build-system]
requires = ["setuptools", "wheel"]
requires = ["setuptools>=61.2"]
build-backend = "setuptools.build_meta"

[project]
name = "sage-conf"
description = "Sage: Open Source Mathematics Software: Configuration module for the SageMath library"
readme = "README.rst"
license = {text = "GNU General Public License (GPL) v3 or later"}
authors = [{name = "The Sage Developers", email = "[email protected]"}]
urls = {Homepage = "https://www.sagemath.org"}
dynamic = ["version"]

[project.scripts]
sage-config = "sage_conf:_main"

[tool.setuptools]
packages = ["_sage_conf"]
py-modules = ["sage_conf"]
script-files = ["bin/sage-env-config"]
include-package-data = false

[tool.setuptools.dynamic]
version = {file = ["VERSION.txt"]}
23 changes: 0 additions & 23 deletions pkgs/sage-conf/setup.cfg

This file was deleted.

0 comments on commit a86ea09

Please sign in to comment.