mirror of
https://github.com/danieldemus/pyp2spec.git
synced 2026-07-29 13:44:21 +02:00
26 lines
727 B
Plaintext
26 lines
727 B
Plaintext
pypi_name = "boutdata"
|
|
python_name = "python-boutdata"
|
|
modules = ["boutdata"]
|
|
version = "0.1.3"
|
|
release = "0.2"
|
|
summary = "Python package for collecting BOUT++ data"
|
|
license = "LGPLv3+"
|
|
url = "http://boutproject.github.io"
|
|
source = "%{pypi_source boutdata}"
|
|
archive_name = "boutdata"
|
|
description = '''
|
|
Python interface for reading bout++ data files.
|
|
'''
|
|
manual_build_requires = [
|
|
"python3dist(setuptools)",
|
|
"python3dist(setuptools-scm[toml]) >= 3.4",
|
|
"python3dist(setuptools-scm-git-archive)",
|
|
"python3dist(pytest)",
|
|
]
|
|
|
|
test_method = "pytest"
|
|
license_files = ["LICENSE"]
|
|
doc_files = ["README.md"]
|
|
|
|
changelog_head = "Fri Sep 18 2020 Package Maintainer <package@maintainer.org>"
|
|
changelog_msg = "Initial package." |