We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b35bae2 commit aa3e854Copy full SHA for aa3e854
LICENSE
pyproject.toml
@@ -1,15 +1,18 @@
1
[build-system]
2
-required = ["hatchling"]
+requires = ["hatchling"]
3
build-backend = "hatchling.build"
4
5
[project]
6
name = "oo-programming-exercises"
7
-version = 2022.0
+version = "2022.0"
8
authors = [
9
- { name="David A. Ham", "David.Ham@imperial.ac.uk" },
+ { name="David A. Ham", email="David.Ham@imperial.ac.uk" },
10
]
11
-description=("Code for Object oriented programming "
12
- "in Python for mathematicians.")
+description= """
+Code for Object oriented programming in Python for mathematicians."""
13
+dependencies = ["numpy"]
14
+license-file = "LICENSE.md"
15
+license = "CC-BY-4.0"
16
17
[project.urls]
18
"Homepage" = "https://object-oriented-python.github.io/"
0 commit comments