We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64c727 commit 26960e4Copy full SHA for 26960e4
pyproject.toml
@@ -0,0 +1,3 @@
1
+[build-system]
2
+requires = ["setuptools>=42", "wheel"]
3
+build-backend = "setuptools.build_meta"
setup.cfg
@@ -1,9 +1,10 @@
[metadata]
name = juliacall
version = 0.4.1
4
-description = Julia-Python interoperability
+description = Julia and Python in seamless harmony
5
long_description = file: README.md
6
long_description_content_type = text/markdown
7
+url = http://github.com/cjdoris/PythonCall.jl
8
classifiers =
9
Programming Language :: Python :: 3
10
License :: OSI Approved :: MIT License
setup.py
0 commit comments