mirror of
https://github.com/danieldemus/pyp2spec.git
synced 2026-07-27 21:00:37 +02:00
Now there are two possible sources to read metadata from, one of them entirely local without any involvement of PyPI. Change the values accordingly.
13 lines
314 B
Plaintext
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"
|