File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -7,11 +7,12 @@ name = "onedrive-sharepoint-python-sdk"
7
7
description = " A Python SDK for accessing files in OneDrive & SharePoint using the Microsoft Graph API"
8
8
version = " 0.0.1"
9
9
readme = " README.md"
10
- url = " https://github.com/fire015/onedrive-sharepoint-python-sdk"
11
10
requires-python = " >=3.7"
12
11
keywords = [" onedrive" , " sharepoint" , " microsoft" ]
13
12
license = {file = " LICENSE.txt" }
14
- author = " fire015"
13
+ authors = [
14
+ { name =" fire015" , email =" emailfire@gmail.com" },
15
+ ]
15
16
classifiers = [
16
17
" Programming Language :: Python :: 3.7" ,
17
18
" Programming Language :: Python :: 3.8" ,
@@ -23,6 +24,10 @@ dependencies = [
23
24
" requests" ,
24
25
]
25
26
27
+ [project .urls ]
28
+ "Homepage" = " https://github.com/fire015/onedrive-sharepoint-python-sdk"
29
+ "Bug Tracker" = " https://github.com/fire015/onedrive-sharepoint-python-sdk/issues"
30
+
26
31
[project .optional-dependencies ]
27
32
tests = [
28
33
" pytest" ,
You can’t perform that action at this time.
0 commit comments