-
Notifications
You must be signed in to change notification settings - Fork 3
/
pyproject.toml
33 lines (27 loc) · 879 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
27
28
29
30
31
32
33
[build-system]
requires = ["setuptools", "setuptools-scm"]
#build-backend = "setuptools.build_meta"
[tool.bumpversion]
current_version = "3.0.0"
commit = "true"
tag = "true"
tag_name = "v{new_version}"
[project]
name = "SuperMat"
license = { file = "LICENSE" }
authors = [
{ name = "Luca Foppiano", email = "[email protected]" },
]
maintainers = [
{ name = "Luca Foppiano", email = "[email protected]" }
]
description = "SuperMat (Superconductors Material) dataset is a manually **linked** **annotated** dataset of superconductors related materials and properties."
readme = "README.md"
dynamic = ['version']
[tool.setuptools]
include-package-data = false
[tool.setuptools_scm]
[project.urls]
Homepage = "https://supermat.readthedocs.io"
Repository = "https://github.com/lfoppiano/supermat"
Changelog = "https://github.com/lfoppiano/supermat/blob/main/CHANGELOG.md"