Initial commit

This commit is contained in:
2022-11-26 20:06:40 +01:00
parent adffe6cca8
commit db19867779
7 changed files with 97 additions and 0 deletions

8
pyproject.toml Normal file
View File

@@ -0,0 +1,8 @@
# pyproject.toml
[build-system]
requires = ["setuptools", "cython"]
build-backend = "setuptools.build_meta"
[project]
name = "FImdlp"
version = "0.1.0"