Skip to content

Commit dd27487

Browse files
committed
Version 1.0.0 and add metadata to pyproject.toml.
1 parent f7d9e1f commit dd27487

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

pyproject.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,21 @@ requires = ["setuptools"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "ml_workshop"
7-
version = "0.0.0"
6+
name = "practical_ml_with_pytorch"
7+
version = "1.0.0"
88
description = "ICCS ML workshop."
99
authors = [
1010
{ name="Jim Denholm", email="[email protected]" },
1111
{ name="Jack Atkinson", email="[email protected]" },
1212
]
1313
readme = "README.md"
14-
license = {file = "LICENSE.md"}
14+
license = {file = "LICENSE"}
1515
requires-python = ">=3.9.10"
16+
classifiers = [
17+
"Natural Language :: English",
18+
"Programming Language :: Python :: 3",
19+
"Operating System :: OS Independent",
20+
]
1621

1722
dependencies = [
1823
"torch>=2.0",

0 commit comments

Comments
 (0)