Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroIntensity authored Apr 1, 2024
1 parent d72609e commit fcaa2c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

if __name__ == "__main__":
setup(
name="pointers.py",
packages=["pointers"],
package_dir={"": "src"},
ext_modules=[Extension("_pointers", ["./src/mod.c"])],
Expand Down

0 comments on commit fcaa2c4

Please sign in to comment.