Skip to content

Commit

Permalink
remove setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Sep 4, 2024
1 parent 0aad87a commit f89e1cf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ dependencies = {file = ["requirements/requirements.txt"]}

[tool.setuptools]
packages = ["elephant", "elephant.test"]

ext-modules = [
{name = "elephant.spade_src.fim", sources = ["elephant/spade_src/src/fim.cpp"],include-dirs=["elephant/spade_src/include"],language="c++", extra-compile-args=["-DMODULE_NAME=fim", "-DUSE_OPENMP", "-DWITH_SIG_TERM","-Dfim_EXPORTS", "-fopenmp", "/std:c++17"], optional=true}
]

# This file was created following this guide:
# https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#writing-pyproject-toml
File renamed without changes.

0 comments on commit f89e1cf

Please sign in to comment.