Skip to content

Commit d8aa25b

Browse files
committed
Update flit metadata
1 parent 2bb6036 commit d8aa25b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
[build-system]
2-
requires = ["flit_core >=2,<3", "requests >= 2.23.0"]
2+
requires = ["flit_core >=2,<4", "requests >= 2.23.0"]
33
build-backend = "flit_core.buildapi"
44

55
[tool.flit.metadata]
66
module = "msgraphcore"
77
author = "Microsoft"
88
author-email = "[email protected]"
9+
home-page="https://github.com/microsoftgraph/msgraph-sdk-python-core"
10+
requires=[
11+
"requests >= 2.23.0",
12+
]
13+
requires-python=">=3.5"
914
classifiers = ["License :: OSI Approved :: MIT License"]
1015
description-file = "README.md"
1116

0 commit comments

Comments
 (0)