generated from GregoryAshton/template_project_PH3010_advanced_python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
26 lines (23 loc) · 875 Bytes
/
pyproject.toml
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>=42"]
build-backend = "setuptools.build_meta"
[project]
name = "Solving_tdse_group_c"
version = "0.0.1"
authors = [
{ name="Alex Bradley", email="[email protected]"},
{ name="Daniyal Ascroft", email="[email protected]"},
{ name="Alexander Vernis", email="[email protected]"},
{ name ="Abdullah Saleem", email = "[email protected]"}
]
description = "Solves the time dependent schrodinger equation for an arbitrary potential"
readme = "README.md"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
[project.urls]
"Homepage" = "https://github.com/dascroft/Solving-TDSE-for-an-Arbitrary-V-x-"
"Bug Tracker" = "https://github.com/dascroft/Solving-TDSE-for-an-Arbitrary-V-x-/issues"