entry_points.txt 220 B

12345678910111213
  1. [pkg_config]
  2. numpy = numpy._core.lib.pkgconfig
  3. [array_api]
  4. numpy = numpy
  5. [pyinstaller40]
  6. hook-dirs = numpy:_pyinstaller_hooks_dir
  7. [console_scripts]
  8. f2py = numpy.f2py.f2py2e:main
  9. numpy-config = numpy._configtool:main