summaryrefslogtreecommitdiff
path: root/numpy/typing/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* MAINT: clean up a spurious warning in numpy/typing/setup.pyRalf Gommers2020-11-291-1/+0
| | | | | | Warning was: could not resolve pattern in 'numpy/typing': '*.pyi'
* BUG: Fixed an issue where `.pyi` weren't picked up by numpy sub-packagesBas van Beek2020-11-031-0/+1
|
* MAINT: Move typing testsCharles Harris2020-09-071-0/+11
Move them into a new `numpy/typing/tests directory`