We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bb6036 commit d8aa25bCopy full SHA for d8aa25b
pyproject.toml
@@ -1,11 +1,16 @@
1
[build-system]
2
-requires = ["flit_core >=2,<3", "requests >= 2.23.0"]
+requires = ["flit_core >=2,<4", "requests >= 2.23.0"]
3
build-backend = "flit_core.buildapi"
4
5
[tool.flit.metadata]
6
module = "msgraphcore"
7
author = "Microsoft"
8
author-email = "graphtooling@microsoft.com"
9
+home-page="https://github.com/microsoftgraph/msgraph-sdk-python-core"
10
+requires=[
11
+ "requests >= 2.23.0",
12
+]
13
+requires-python=">=3.5"
14
classifiers = ["License :: OSI Approved :: MIT License"]
15
description-file = "README.md"
16
0 commit comments