Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
gcattan authored Oct 3, 2023
1 parent b09c96a commit b0ffa4e
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 @@ -32,7 +32,7 @@
language="c++",
include_dirs=[numpy.get_include()], # AND ADDED numpy.get_include()
libraries=["stdc++"]
)]
)],
long_description=long_description,
long_description_content_type='text/markdown',
project_urls={
Expand Down

0 comments on commit b0ffa4e

Please sign in to comment.