blob: e64deaba78c7942c97b1f6a7be4e5f93491f9f3c (
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
extraction:
python:
python_setup:
requirements:
- cython>=0.29
cpp:
index:
build_command:
- python3 setup.py build
queries:
- include: py/file-not-closed
|