Skip to content

Commit e857ef0

Browse files
committed
Improving pyproject.toml.
1 parent da32696 commit e857ef0

File tree

2 files changed

+8
-125
lines changed

2 files changed

+8
-125
lines changed

source/ports/py_port/pyproject.toml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ build-backend = "setuptools.build_meta"
66
name = "metacall"
77
version = "0.5.2"
88
description = "A library for providing inter-language foreign function interface calls"
9+
keywords = ["metacall", "python", "port", "ffi", "polyglot", "faas", "serverless"]
910
readme = "README.rst"
10-
requires-python = ">=3.7"
11+
requires-python = ">=3.3"
1112
license = { text = "Apache-2.0" }
1213
authors = [{ name = "Vicente Eduardo Ferrer Garcia", email = "[email protected]" }]
1314
classifiers = [
@@ -29,6 +30,12 @@ classifiers = [
2930
]
3031
dependencies = []
3132

33+
[project.urls]
34+
Homepage = "https://metacall.io"
35+
Repository = "https://github.com/metacall/core"
36+
Documentation = "https://core.metacall.io/"
37+
Issues = "https://github.com/metacall/core/issues"
38+
3239
[tool.setuptools]
3340
packages = ["metacall"]
3441

source/ports/py_port/setup.py

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

0 commit comments

Comments
 (0)