aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-06-19 16:26:56 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-06-19 16:26:56 -0400
commit2c462818eaa18566cc3b03facec7904f79decc55 (patch)
tree92035a64a0b7c44cad32fde50ffb159069a511d6
parentf260ac6fb26b5c88c9a74126556118c2d2567a44 (diff)
downloadqolab-2c462818eaa18566cc3b03facec7904f79decc55.tar.gz
qolab-2c462818eaa18566cc3b03facec7904f79decc55.zip
make pyproject 'flit' compatible and with homepagev0.12
-rw-r--r--pyproject.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 915b634..1fa3937 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -8,6 +8,7 @@ author = "Eugeniy E. Mikhailov"
author-email = "eemikh@wm.edu"
classifiers = ["License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)"]
description-file = "README.md"
+home-page = "http://qo.physics.wm.edu/cgit/qolab.git/about/"
requires = [
"numpy >=1.19.5",
"matplotlib >=3.3.4",
@@ -23,6 +24,3 @@ requires = [
"pyserial >= 3.4",
]
-[project.urls]
-Home = "http://qo.physics.wm.edu/cgit/qolab.git/about/"
-