blob: 3986d547b26cce556772aba745f68a959b73b0d6 (
plain)
1
2
3
4
5
6
7
8
9
|
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
- __init__.py
|