Skip to content

Commit

Permalink
re add 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 d5b929f commit 77069b8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,6 @@ 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', '-O3', '-pedantic', '-Wextra','-Weffc++', '-Wunused-result', '-Werror','-fopenmp', '-std=gnu++17']}
]

# 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 77069b8

Please sign in to comment.