From 2c462818eaa18566cc3b03facec7904f79decc55 Mon Sep 17 00:00:00 2001 From: "Eugeniy E. Mikhailov" Date: Wed, 19 Jun 2024 16:26:56 -0400 Subject: make pyproject 'flit' compatible and with homepage --- pyproject.toml | 4 +--- 1 file changed, 1 insertion(+), 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/" - -- cgit v1.2.3