File: meson.build

package info (click to toggle)
matplotlib 3.10.7%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 72,816 kB
  • sloc: python: 147,545; cpp: 62,988; objc: 1,679; ansic: 1,426; javascript: 788; makefile: 92; sh: 53
file content (11 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
python_sources = [
  '__init__.py',
  'art3d.py',
  'axes3d.py',
  'axis3d.py',
  'proj3d.py',
]

py3.install_sources(python_sources, subdir: 'mpl_toolkits/mplot3d')

subdir('tests')