Skip to content

Commit fe50023

Browse files
committed
Fix pyproject author and url
1 parent 9fef293 commit fe50023

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ name = "onedrive-sharepoint-python-sdk"
77
description = "A Python SDK for accessing files in OneDrive & SharePoint using the Microsoft Graph API"
88
version = "0.0.1"
99
readme = "README.md"
10-
url = "https://github.com/fire015/onedrive-sharepoint-python-sdk"
1110
requires-python = ">=3.7"
1211
keywords = ["onedrive", "sharepoint", "microsoft"]
1312
license = {file = "LICENSE.txt"}
14-
author = "fire015"
13+
authors = [
14+
{ name="fire015", email="emailfire@gmail.com" },
15+
]
1516
classifiers = [
1617
"Programming Language :: Python :: 3.7",
1718
"Programming Language :: Python :: 3.8",
@@ -23,6 +24,10 @@ dependencies = [
2324
"requests",
2425
]
2526

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+
2631
[project.optional-dependencies]
2732
tests = [
2833
"pytest",

0 commit comments

Comments
 (0)