-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
32 lines (30 loc) · 1.03 KB
/
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
27
28
29
30
31
32
[build-system]
requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta"
[project]
name = "pynabi"
version = "0.1.2"
description = "A package to easily create Abinit input files"
keywords = [ "abinit" ]
license = { file = "LICENSE" }
readme = "README.md"
authors = [
{ name="Federico Guglielmi" }
]
requires-python = ">=3.11"
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Physics",
"Topic :: Scientific/Engineering :: Chemistry",
]
[project.urls]
"Homepage" = "https://github.com/Fedesky25/pynabi"
"Bug Tracker" = "https://github.com/Fedesky25/pynabi/issues"
"Documentation" = "https://github.com/Fedesky25/pynabi/wiki"
"Repository" = "https://github.com/Fedesky25/pynabi.git"
"Changelog" = "https://github.com/Fedesky25/pynabi/blob/master/CHANGELOG.md"