From 29bbc22bcec44720f44d8e2fedef4a9eb8a57f9b Mon Sep 17 00:00:00 2001 From: MilesCranmer Date: Fri, 23 Aug 2024 11:51:37 +0800 Subject: [PATCH] build: move homepage spec --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9dbb621f..ef8c9a46 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,8 +7,6 @@ name = "juliacall" version = "0.9.23" description = "Julia and Python in seamless harmony" readme = "README.md" -readme-content-type = "text/markdown" -homepage = "http://github.com/JuliaPy/PythonCall.jl" classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: MIT License", @@ -19,6 +17,8 @@ dependencies = ["juliapkg ~=0.1.8"] [tool.setuptools] zip-safe = false +homepage = "http://github.com/JuliaPy/PythonCall.jl" +readme-content-type = "text/markdown" [tool.setuptools.packages.find] where = ["pysrc"]