blob: 77542019de6b12caad49977e2bc421a7e827e5ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
path_classifiers:
library:
- tools
generated:
# The exports defined in __init__.py are defined in the Cython module
# np.random.mtrand. By excluding this file we suppress a number of
# "undefined export" alerts
- numpy/random/__init__.py
queries:
- include: py/file-not-closed
extraction:
python:
python_setup:
requirements:
- cython>=0.29
cpp:
index:
build_command:
- python3 setup.py build
|