Skip to content

Commit

Permalink
Switch to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
haasad committed Nov 18, 2023
1 parent 88f4476 commit ce7ddf9
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 27 deletions.
29 changes: 29 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
[build-system]
requires = ["setuptools>=64", "setuptools_scm>=8"]
build-backend = "setuptools.build_meta"

[project]
name = "pypardiso"
authors = [
{name = "Adrian Haas"}
]
description = "Python interface to the Intel MKL Pardiso library to solve large sparse linear systems of equations"
readme = "README.md"
requires-python = ">=3.8"
keywords = ["pardiso", "sparse solver"]
license = {file = "LICENSE.txt"}
classifiers = [
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Mathematics"
]
dynamic = ["version", "dependencies"]

[tool.setuptools.dynamic]
dependencies = {file = ["requirements.txt"]}

[project.urls]
Homepage = "https://github.com/haasad/PyPardisoProject"
Repository = "https://github.com/haasad/PyPardisoProject.git"
Changelog = "https://github.com/haasad/PyPardisoProject/releases"

[tool.setuptools_scm]
27 changes: 0 additions & 27 deletions setup.py

This file was deleted.

0 comments on commit ce7ddf9

Please sign in to comment.