This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkgs/sage-sws2rst (pyproject.toml): Convert from setup.cfg using ini2…
…toml-0.11.3
- Loading branch information
Matthias Koeppe
committed
Dec 20, 2022
1 parent
e4b6f1c
commit 546b847
Showing
2 changed files
with
25 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[build-system] | ||
requires = ["setuptools>=61.2"] | ||
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "sage-sws2rst" | ||
description = "Sage: Open Source Mathematics Software: SageNB worksheet converter" | ||
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.readme] | ||
file = "README.rst" | ||
content-type = "text/x-rst" | ||
|
||
[tool.setuptools] | ||
script-files = ["bin/sage-sws2rst"] | ||
include-package-data = false | ||
|
||
[tool.setuptools.packages] | ||
find = {namespaces = false} | ||
|
||
[tool.setuptools.dynamic] | ||
version = {file = ["VERSION.txt"]} |
This file was deleted.
Oops, something went wrong.