Upload pyproject.toml with huggingface_hub
Browse files- pyproject.toml +2 -2
pyproject.toml
CHANGED
|
@@ -4,8 +4,8 @@ build-backend = "setuptools.backends._legacy:_Backend"
|
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "scandium-dataset"
|
| 7 |
-
version = "
|
| 8 |
-
description = "Curated
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.10"
|
| 11 |
license = {text = "Multiple (see LICENSE_BREAKDOWN.md)"}
|
|
|
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "scandium-dataset"
|
| 7 |
+
version = "1.0.0"
|
| 8 |
+
description = "Curated multi-source DFT dataset for battery-relevant materials screening"
|
| 9 |
readme = "README.md"
|
| 10 |
requires-python = ">=3.10"
|
| 11 |
license = {text = "Multiple (see LICENSE_BREAKDOWN.md)"}
|