-
-
Notifications
You must be signed in to change notification settings - Fork 482
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pkgs/sage-project-cookiecutter: Rename from sage-project
- Loading branch information
Matthias Koeppe
committed
Mar 18, 2024
1 parent
6f45292
commit aed4ff2
Showing
17 changed files
with
21 additions
and
6 deletions.
There are no files selected for viewing
File renamed without changes.
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
File renamed without changes.
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ requires = ["setuptools>=61.2"] | |
build-backend = "setuptools.build_meta" | ||
|
||
[project] | ||
name = "sage-project" | ||
name = "sage-project-cookiecutter" | ||
description = "Sage: Open Source Mathematics Software: Script for maintaining a SageMath-based project" | ||
license = {text = "GNU General Public License (GPL) v2 or later"} | ||
authors = [{name = "The Sage Developers", email = "[email protected]"}] | ||
|
@@ -18,12 +18,14 @@ classifiers = [ | |
"Programming Language :: Python :: 3.9", | ||
"Programming Language :: Python :: 3.10", | ||
"Programming Language :: Python :: 3.11", | ||
"Programming Language :: Python :: 3.12", | ||
"Programming Language :: Python :: Implementation :: CPython", | ||
"Topic :: Scientific/Engineering :: Mathematics", | ||
] | ||
urls = {Homepage = "https://www.sagemath.org"} | ||
dependencies = [ | ||
"cookiecutter", | ||
"cruft", | ||
] | ||
dynamic = ["version"] | ||
|
||
|
@@ -38,7 +40,7 @@ packages = [ | |
include-package-data = false | ||
|
||
[tools.setuptools.package-data] | ||
"sage_project" = [ | ||
"sage_project_cookiecutter" = [ | ||
"template*/**" | ||
] | ||
|
||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.