Skip to content

Commit

Permalink
add setup.py
Browse files Browse the repository at this point in the history
Fixes install bug.
  • Loading branch information
vloison authored Oct 13, 2024
1 parent 780b3e0 commit 17e39a3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import setuptools

setuptools.setup(
name="fadin",
version="0.0.1",
description="FaDIn: Fast Discretized Inference for Hawkes Processes with General Parametric Kernels",
packages=setuptools.find_packages(),
python_requires='>=3.7',
)

0 comments on commit 17e39a3

Please sign in to comment.