Skip to content

Commit a3fcd45

Browse files
committed
Update pyproject.toml
Change the description to the newer version (UwU)
1 parent d74a94c commit a3fcd45

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

pyproject.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "nadir"
7-
version = "0.1.1"
87
authors = [
98
{ name="Bhavnick Minhas", email="bhavnicksm@gmail.com" },
109
]
1110
maintainers = [
1211
{ name = "Bhavnick Minhas", email="bhavnicksm@gmail.com"},
1312
]
14-
description = "Nadir is a library of bleeding-edge DL optimisers built for speed and functionality in PyTorch for researchers"
13+
description = "Nadir: Cutting-edge PyTorch optimizers for simplicity & composability! 🔥🚀💻"
1514
readme = "README.md"
1615
requires-python = ">=3.7"
1716
classifiers = [
@@ -24,6 +23,7 @@ license = { text = "Apache 2.0"}
2423
dependencies = [
2524
"torch>=1.13.1",
2625
]
26+
dynamic = ["version"]
2727

2828
[project.optional-dependencies]
2929
test = [
@@ -32,12 +32,13 @@ test = [
3232
"wandb"
3333
]
3434

35-
3635
[project.urls]
37-
"Homepage" = "https://github.com/Dawn-Of-Eve/nadir"
38-
"Bug Tracker" = "https://github.com/Dawn-Of-Eve/nadir/issues"
39-
36+
"Homepage" = "https://github.com/OptimalFoundation/nadir"
37+
"Bug Tracker" = "https://github.com/OptimalFoundation/nadir/issues"
4038

4139
[tools.setuptools]
4240
packages = ["nadir"]
43-
package-dir = {"" = "src"}
41+
package-dir = {"" = "src"}
42+
43+
[tool.setuptools.dynamic]
44+
version = { attr = "nadir.__version__" }

0 commit comments

Comments
 (0)