Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
Co-authored-by: Max Rakitin <[email protected]>
  • Loading branch information
maffettone and mrakitin authored Nov 8, 2023
1 parent 4c4ebd7 commit a743390
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 @@ -64,6 +64,7 @@
packages=setuptools.find_packages(exclude=["src", "tests"]),
python_requires=">={}".format(".".join(str(n) for n in min_version)),
long_description=readme,
long_description_content_type='text/markdown',
ext_package="csxtools.ext",
include_dirs=[np.get_include()],
ext_modules=[fastccd, image, phocount],
Expand Down

0 comments on commit a743390

Please sign in to comment.