forked from XinWang-HNU/lsdyna_dynareadout_python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (24 loc) · 822 Bytes
/
pyproject.toml
File metadata and controls
26 lines (24 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
[project]
name = "dynareadout"
version = "23.12"
authors = [
{ name = "PucklaJ", email = "jonaas.pucher000000@gmail.com"},
]
description = "High-Performance and Thread-Safe library for parsing binary output files and key files of LS Dyna (d3plot, binout, input deck)"
readme = "README.md"
requires-python = ">=3.6"
classifiers = [
"Programming Language :: C",
"Programming Language :: C++",
"License :: OSI Approved :: zlib/libpng License",
"Operating System :: Microsoft :: Windows",
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Topic :: Scientific/Engineering",
]
[project.urls]
"Homepage" = "https://github.com/PucklaJ/dynareadout"
"Bug Trackers" = "https://github.com/PucklaJ/dynareadout/issues"