We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0958a7f commit 6e44b9dCopy full SHA for 6e44b9d
pyproject.toml
@@ -6,9 +6,7 @@ build-backend = "setuptools.build_meta"
6
name = "juliacall"
7
version = "0.9.23"
8
description = "Julia and Python in seamless harmony"
9
-readme = "README.md"
10
-readme-content-type = "text/markdown"
11
-homepage = "http://github.com/JuliaPy/PythonCall.jl"
+readme = { file = "README.md", content-type = "text/markdown" }
12
classifiers = [
13
"Programming Language :: Python :: 3",
14
"License :: OSI Approved :: MIT License",
0 commit comments