Skip to content

Commit

Permalink
Put the compiled cython module into algait2de.
Browse files Browse the repository at this point in the history
  • Loading branch information
moorepants committed Feb 2, 2025
1 parent a5e62d7 commit d6022f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
exec(open('pygait2d/version.py').read())

extension = Extension(
name="gait2de",
name="algait2de.gait2de",
sources=[
os.path.join("algait2de", "gait2de.pyx"),
os.path.join("algait2de", "gait2de_al.c"),
Expand Down

0 comments on commit d6022f1

Please sign in to comment.