-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpyproject.toml
More file actions
35 lines (32 loc) · 943 Bytes
/
pyproject.toml
File metadata and controls
35 lines (32 loc) · 943 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
27
28
29
30
31
32
33
34
35
[project]
name = "petram_rf"
license = "GPL-3.0-only"
description='PetraM RF physcis package'
authors = [ { name = "S. Shiraiwa" } ]
maintainers = [ { name = "S. Shiraiwa", email = "shiraiwa@princeton.edu" } ]
keywords = ["scientific computing", "python visualzation", "finite element method", "MFEM"]
readme = "README.md"
requires-python = ">=3.10"
version="26.2.7"
classifiers = [
"Development Status :: 4 - Beta",
"Intended Audience :: Developers",
"Topic :: Scientific/Engineering :: Physics",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
]
dependencies = [
"petram >= 26.1.0"
]
[project.urls]
"Homepage" = "https://github.com/piScope/Petra-M--RF"
"Download" = "https://github.com/piScope/Petra-M--RF"
[build-system]
requires = [
"setuptools>=80.0.1",
"pip>=25.1.0",
]
[tool.setuptools]
# ...
package-dir = {"" = "python"}