-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.copier-answers.yml
More file actions
24 lines (23 loc) · 1.09 KB
/
.copier-answers.yml
File metadata and controls
24 lines (23 loc) · 1.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
_commit: ecd48bd
_src_path: https://github.com/pyfar/template-pyfar-package
apt_packages: libsndfile1,
author: The pyfar developers
copyright_statement: 2026, The pyfar developers
dependencies: numpy>=1.22,scipy>=1.17,urllib3,matplotlib>=3.10.3,pyfar>=0.8.0
git_username: pyfar
gitignore_custom: tests/test_plot_data/output/,
keywords: acoustics,pyfar
license: MIT
logo_path_gallery: resources/logos/pyfar_logos_fixed_size_spharpy.png
minimum_python_version: '3.11'
project_getting_started: 'Check out the [example notebooks](https://github.com/pyfar/pyfar/blob/main/examples)
- also available on [mybinder.org](https://mybinder.org/v2/gh/pyfar/spharpy/main?filepath=examples/)
- for a tour of basic functionality and
[read the docs](https://spharpy.readthedocs.io/en/stable) for the complete documentation.'
project_long_description: Python package for spherical array processing.
project_short_description: Project for data formats in acoustics.
project_slug: spharpy
ruff_ignore: .git,docs
use_pypi_deployment_with_ci: true
version: 1.0.0