diff options
-rw-r--r-- | pyproject.toml | 4 |
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/" - |