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 8cfed61 commit a22bb78Copy full SHA for a22bb78
pyproject.toml
@@ -6,9 +6,10 @@ build-backend = "flit_core.buildapi"
6
module = "stitchclient"
7
author = "Jonathan Drake"
8
author-email = "[email protected]"
9
-home-page = "https://github.com/NarrativeScience/python-stitch-client"
+home-page = "https://github.com/stitchdata/python-stitch-client"
10
description-file = "README.md"
11
-requires-python = ">=3.6,<4"
+classifiers = ['Programming Language :: Python :: 3 :: Only']
12
+requires-python = ">=3.57,<4"
13
14
[tool.flit.sdist]
15
include = ["LICENSE"]
0 commit comments