Skip to content

Commit

Permalink
Remove duplicated metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
JDBetteridge committed Nov 6, 2024
1 parent 8689875 commit fe4ff9e
Showing 1 changed file with 12 additions and 34 deletions.
46 changes: 12 additions & 34 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,37 +1,3 @@
[project]
name = "ngsPETSc"
version = "0.0.5"
description = "NGSolve/Netgen interface to PETSc."
readme = "README.md"
authors = [
{name = "Umberto Zerbinati", email = "[email protected]"},
{name = "Patrick E. Farrell", email = "[email protected]"},
{name = "Stefano Zampini", email = "[email protected]"},
{name = "Jack Betteridge", email = "[email protected]"},
]
maintainers = [
{name = "Umberto Zerbinati", email = "[email protected]"},
]
license = {file = "LICENSE.txt"}
dependencies = [
"netgen-mesher",
"petsc4py",
"mpi4py",
"numpy",
"scipy",
]
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 3 - Alpha",
]

[project.urls]
Documentation = "https://ngspetsc.readthedocs.io/en/latest/"
Repository = "https://github.com/NGSolve/ngsPETSc"

[project.optional-dependencies]
dev = [
"pytest",
Expand All @@ -54,10 +20,22 @@ authors = [
"Stefano Zampini <[email protected]>",
"Jack Betteridge <[email protected]>",
]
maintainers = [
"Umberto Zerbinati <[email protected]>",
]
readme = "README.md"
licence = "MIT"
packages = [
{include = "ngsPETSc"}
]
documentation = "https://ngspetsc.readthedocs.io/en/latest/"
repository = "https://github.com/NGSolve/ngsPETSc"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Development Status :: 3 - Alpha",
]

[tool.poetry.dependencies]
python = "^3.9"
Expand Down

0 comments on commit fe4ff9e

Please sign in to comment.