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

Commit c262e44

Browse files
author
Matthias Koeppe
committed
build/pkgs/sage_docbuild/src: Update metadata
1 parent c76fea5 commit c262e44

File tree

3 files changed

+41
-5
lines changed

3 files changed

+41
-5
lines changed

build/pkgs/sage_docbuild/src/README.md

-3
This file was deleted.
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
================================================================================
2+
Sage: Open Source Mathematics Software: Build system of the Sage documentation
3+
================================================================================
4+
5+
About SageMath
6+
--------------
7+
8+
"Creating a Viable Open Source Alternative to
9+
Magma, Maple, Mathematica, and MATLAB"
10+
11+
Copyright (C) 2005-2020 The Sage Development Team
12+
13+
https://www.sagemath.org
14+
15+
SageMath fully supports all major Linux distributions, recent versions of macOS, and Windows (using Cygwin or Windows Subsystem for Linux).
16+
17+
The traditional and recommended way to install SageMath is from source via Sage-the-distribution (https://www.sagemath.org/download-source.html). Sage-the-distribution first builds a large number of open source packages from source (unless it finds suitable versions installed in the system) and then installs the Sage Library (sagelib, implemented in Python and Cython).
18+
19+
20+
About this pip-installable source distribution
21+
----------------------------------------------
22+
23+
This is the build system of the Sage documentation, based on Sphinx.

build/pkgs/sage_docbuild/src/setup.cfg

+18-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,24 @@
22
name = sage_docbuild
33
version = file: VERSION.txt
44
description = Sage: Open Source Mathematics Software: Build system of the Sage documentation
5-
long_description = file: README.md
5+
long_description = file: README.rst
6+
long_description_content_type = text/x-rst
67
license = GNU General Public License (GPL) v2 or later
78
author = The Sage Developers
8-
author_email = https://groups.google.com/group/sage-support
9+
author_email = sage-support@googlegroups.com
910
url = https://www.sagemath.org
11+
12+
classifiers =
13+
Development Status :: 6 - Mature
14+
Intended Audience :: Education
15+
Intended Audience :: Science/Research
16+
License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
17+
Operating System :: POSIX
18+
Operating System :: MacOS :: MacOS X
19+
Programming Language :: Python :: 3 :: Only
20+
Programming Language :: Python :: 3.6
21+
Programming Language :: Python :: 3.7
22+
Programming Language :: Python :: 3.8
23+
Programming Language :: Python :: 3.9
24+
Programming Language :: Python :: Implementation :: CPython
25+
Topic :: Scientific/Engineering :: Mathematics

0 commit comments

Comments
 (0)