We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7944a7a commit fa6645dCopy full SHA for fa6645d
pyproject.toml
@@ -5,11 +5,10 @@ build-backend = "flit_core.buildapi"
5
[project]
6
name = "makeitwright"
7
description = "Plotting and parsing tools for the Jin Group."
8
+readme = "README.md"
9
authors = [{name="Chris Roy"}]
10
maintainers = [{name="Dan Kohler"}]
-dynamic = ["version"]
11
requires-python = ">=3.7"
12
-readme = "README.md"
13
dependencies = [
14
"psutil",
15
"wrighttools",
@@ -27,6 +26,8 @@ classifiers = [
27
26
"Programming Language :: Python :: 3.10",
28
"Topic :: Scientific/Engineering",
29
]
+dynamic = ["version"]
30
+license = "MIT"
31
32
[project.optional-dependencies]
33
iontof = ["pySPM"]
0 commit comments