-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update pyproject to recent recommendations
- Loading branch information
Cali Garmo
committed
Mar 2, 2024
1 parent
7667449
commit cb5628c
Showing
5 changed files
with
14 additions
and
21 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 |
---|---|---|
@@ -1,2 +1 @@ | ||
include README.md | ||
include VERSION |
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
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 |
---|---|---|
|
@@ -7,19 +7,19 @@ name = "oriented_matroids" | |
authors = [ | ||
{name = "Aram Dermenjian", email = "[email protected]"}, | ||
] | ||
description = 'Oriented matroids for sagemath' | ||
keywords="SageMath packaging" | ||
description = "Oriented matroids for sagemath" | ||
keywords=["SageMath packaging"] | ||
requires-python = ">=3.8" | ||
license='GPLv3+' # This should be consistent with the LICENCE file | ||
license = {file = "LICENSE"} | ||
# classifiers list: https://pypi.python.org/pypi?%3Aaction=list_classifiers | ||
classifiers=[ | ||
'Development Status :: 4 - Beta', | ||
'Intended Audience :: Science/Research', | ||
'Topic :: Scientific/Engineering :: Mathematics', | ||
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', | ||
"Development Status :: 4 - Beta", | ||
"Intended Audience :: Science/Research", | ||
"Topic :: Scientific/Engineering :: Mathematics", | ||
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", | ||
] | ||
dependencies=['sage-package', 'sphinx'] | ||
version=['VERSION'] | ||
dependencies=["sage-package", "sphinx"] | ||
version="0.1.1" | ||
|
||
[project.readme] | ||
file = "README.md" | ||
|
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