Skip to content

Commit 26960e4

Browse files
author
Christopher Doris
committed
update python package metadata
1 parent b64c727 commit 26960e4

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[build-system]
2+
requires = ["setuptools>=42", "wheel"]
3+
build-backend = "setuptools.build_meta"

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
[metadata]
22
name = juliacall
33
version = 0.4.1
4-
description = Julia-Python interoperability
4+
description = Julia and Python in seamless harmony
55
long_description = file: README.md
66
long_description_content_type = text/markdown
7+
url = http://github.com/cjdoris/PythonCall.jl
78
classifiers =
89
Programming Language :: Python :: 3
910
License :: OSI Approved :: MIT License

setup.py

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)