Skip to content

Commit fa6645d

Browse files
committed
Update pyproject.toml
1 parent 7944a7a commit fa6645d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,10 @@ build-backend = "flit_core.buildapi"
55
[project]
66
name = "makeitwright"
77
description = "Plotting and parsing tools for the Jin Group."
8+
readme = "README.md"
89
authors = [{name="Chris Roy"}]
910
maintainers = [{name="Dan Kohler"}]
10-
dynamic = ["version"]
1111
requires-python = ">=3.7"
12-
readme = "README.md"
1312
dependencies = [
1413
"psutil",
1514
"wrighttools",
@@ -27,6 +26,8 @@ classifiers = [
2726
"Programming Language :: Python :: 3.10",
2827
"Topic :: Scientific/Engineering",
2928
]
29+
dynamic = ["version"]
30+
license = "MIT"
3031

3132
[project.optional-dependencies]
3233
iontof = ["pySPM"]

0 commit comments

Comments
 (0)