Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dynamic entry-points from raft-ann-bench (#1910)
Building raft-ann-bench can throw a ``` distutils.errors.DistutilsOptionError: No configuration found for dynamic 'entry-points'. Some dynamic fields need to be specified via `tool.setuptools.dynamic` others must be specified via the equivalent attribute in `setup.py`. ``` error sometimes depending on distutils version. This is becase we were specifying dynamic=entry-points, but not including the relevant `tool.setuptools.dynamic` section in pyproject.toml. Remove this to allow building Authors: - Ben Frederickson (https://github.com/benfred) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: #1910
- Loading branch information