Skip to content

Commit bb08c0a

Browse files
committed
Fix project file
1 parent ccd664a commit bb08c0a

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

pyproject.toml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -64,25 +64,3 @@ push = false
6464
[tool.bumpver.file_patterns]
6565
"pyproject.toml" = ['current_version = "{version}"', 'version = "{version}"']
6666
"src/msgraph_core/_constants.py" = ["{version}"]
67-
68-
[project.urls]
69-
homepage = "https://github.com/microsoftgraph/msgraph-sdk-python-core#readme"
70-
repository = "https://github.com/microsoftgraph/msgraph-sdk-python-core"
71-
documentation = "https://github.com/microsoftgraph/msgraph-sdk-python-core/docs"
72-
73-
[tool.flit.module]
74-
name = "msgraph"
75-
76-
[tool.mypy]
77-
warn_unused_configs = true
78-
files = "msgraph"
79-
ignore_missing_imports = true
80-
81-
[tool.yapf]
82-
based_on_style = "pep8"
83-
dedent_closing_brackets = true
84-
each_dict_entry_on_separate_line = true
85-
column_limit = 100
86-
87-
[tool.isort]
88-
profile = "hug"

0 commit comments

Comments
 (0)