Skip to content

Commit a22bb78

Browse files
committed
edits to projectpy
1 parent 8cfed61 commit a22bb78

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ build-backend = "flit_core.buildapi"
66
module = "stitchclient"
77
author = "Jonathan Drake"
88
author-email = "[email protected]"
9-
home-page = "https://github.com/NarrativeScience/python-stitch-client"
9+
home-page = "https://github.com/stitchdata/python-stitch-client"
1010
description-file = "README.md"
11-
requires-python = ">=3.6,<4"
11+
classifiers = ['Programming Language :: Python :: 3 :: Only']
12+
requires-python = ">=3.57,<4"
1213

1314
[tool.flit.sdist]
1415
include = ["LICENSE"]

0 commit comments

Comments
 (0)