Skip to content

Commit aa3e854

Browse files
committed
fix toml
1 parent b35bae2 commit aa3e854

File tree

2 files changed

+8
-26
lines changed

2 files changed

+8
-26
lines changed

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

pyproject.toml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
[build-system]
2-
required = ["hatchling"]
2+
requires = ["hatchling"]
33
build-backend = "hatchling.build"
44

55
[project]
66
name = "oo-programming-exercises"
7-
version = 2022.0
7+
version = "2022.0"
88
authors = [
9-
{ name="David A. Ham", "David.Ham@imperial.ac.uk" },
9+
{ name="David A. Ham", email="David.Ham@imperial.ac.uk" },
1010
]
11-
description=("Code for Object oriented programming "
12-
"in Python for mathematicians.")
11+
description= """
12+
Code for Object oriented programming in Python for mathematicians."""
13+
dependencies = ["numpy"]
14+
license-file = "LICENSE.md"
15+
license = "CC-BY-4.0"
1316

1417
[project.urls]
1518
"Homepage" = "https://object-oriented-python.github.io/"

0 commit comments

Comments
 (0)