Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
sagemath
GitHub Repository: sagemath/sage
Path: blob/develop/pkgs/sage-conf/setup.cfg
4081 views
[metadata]
name = sage-conf
version = file: VERSION.txt
description = Sage: Open Source Mathematics Software: Configuration module for the SageMath library
long_description = file: README.rst
license = GNU General Public License (GPL) v3 or later
author = The Sage Developers
author_email = [email protected]
url = https://www.sagemath.org

[options]
packages =
    _sage_conf

py_modules =
    sage_conf

scripts =
    bin/sage-env-config

[options.entry_points]
console_scripts =
    sage-config = sage_conf:_main