Skip to content
Snippets Groups Projects
Commit 691be0a0 authored by Kakay, Dr. Attila (FWIN) - 9524's avatar Kakay, Dr. Attila (FWIN) - 9524 :smiling_imp:
Browse files

Custom_build.py added.

parents 1f806626 547058bf
No related branches found
No related tags found
2 merge requests!88Release of 2.0.0,!87Replacing setup.py with pyproject.toml
......@@ -8,8 +8,6 @@ from setuptools.command.build_py import build_py as _build_py
from numpy import get_include
MODULE_DIR = os.path.dirname(os.path.abspath(__file__))
LOCAL_DIR = os.path.join(MODULE_DIR, "local")
LIB_DIR = os.path.join(LOCAL_DIR, "lib")
......
[build-system]
requires = ["setuptools", "cython", "numpy"]
requires = [
"setuptools",
"cython",
"numpy",
]
build-backend = "setuptools.build_meta"
[project]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment