Files
pyp2spec/tests/test_configs/default_python-numpy.conf
T
Karolina SurmaandKarolina Surma f1cc06e490 Get rid of "pypi" prefix from the config values
Now there are two possible sources to read metadata from,
one of them entirely local without any involvement of PyPI.
Change the values accordingly.
2025-07-23 10:40:36 +02:00

13 lines
314 B
Plaintext

archful = true
summary = "Fundamental package for array computing in Python"
version = "1.25.2"
license = "BSD-3-Clause"
name = "numpy"
python_name = "python-numpy"
url = "https://github.com/numpy/numpy"
source = "PyPI"
automode = true
extras = []
license_files_present = true
archive_name = "numpy-1.25.2.tar.gz"