File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ license = "MIT"
77readme = " README.md"
88keywords = [" notion" , " api" , " wrapper" ]
99packages = [{ include = " pynotionclient" , from = " src" }]
10- repository = " https://github.com/pythonhubpy /PyNotion"
11- homepage = " https://github.com/pythonhubpy /PyNotion"
10+ repository = " https://github.com/quantivio /PyNotion"
11+ homepage = " https://github.com/quantivio /PyNotion"
1212classifiers = [
1313 " License :: OSI Approved :: MIT License" ,
1414 " Programming Language :: Python :: 3" ,
@@ -39,7 +39,7 @@ preview = true
3939[tool .isort ]
4040profile = " black"
4141multi_line_output = 3
42- src_paths = [" data_integration_service " , ]
42+ src_paths = [" src " , ]
4343
4444[tool .mypy ]
4545strict = true
@@ -83,4 +83,4 @@ requires = ["poetry-core"]
8383build-backend = " poetry.core.masonry.api"
8484
8585[tool .poetry .urls ]
86- "Bug Tracker" = " https://github.com/pythonhubpy /PyNotion/issues"
86+ "Bug Tracker" = " https://github.com/quantivio /PyNotion/issues"
You can’t perform that action at this time.
0 commit comments