Skip to content

Commit

Permalink
Packaging updates
Browse files Browse the repository at this point in the history
  • Loading branch information
emaballarin committed Jul 8, 2024
1 parent 41a328d commit bc42453
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ def read(fname):

setup(
name=PACKAGENAME,
version="0.0.8",
version="0.0.9",
author="Emanuele Ballarin",
author_email="emanuele@ballarin.cc",
url="https://github.com/emaballarin/fastwonn",
description="Fast, GPU-friendly, differentiable computation of Intrinsic Dimension via Maximum Likelihood (Levina & Bickel, 2004), the TwoNN algorithm (Facco et al., 2017), and everything in between!",
description="Fast, GPU-friendly, differentiable computation of Intrinsic Dimension via Maximum Likelihood, the TwoNN algorithm, and everything in between!",
long_description=read("README.md"),
long_description_content_type="text/markdown",
keywords=[
Expand Down Expand Up @@ -59,6 +59,6 @@ def read(fname):
"faiss_gpu_newer_cu11": ["faiss-gpu-cu11>=1.8.0.2"],
"faiss_gpu_newer_cu12": ["faiss-gpu-cu12>=1.8.0.2"],
},
include_package_data=True,
zip_safe=False,
include_package_data=False,
zip_safe=True,
)

0 comments on commit bc42453

Please sign in to comment.