Skip to content

Commit f54fa25

Browse files
committed
feat(poetry): update poetry details
1 parent 0228f31 commit f54fa25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ license = "MIT"
77
readme = "README.md"
88
keywords = ["notion", "api", "wrapper"]
99
packages = [{ 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"
1212
classifiers = [
1313
"License :: OSI Approved :: MIT License",
1414
"Programming Language :: Python :: 3",
@@ -39,7 +39,7 @@ preview = true
3939
[tool.isort]
4040
profile = "black"
4141
multi_line_output = 3
42-
src_paths = ["data_integration_service", ]
42+
src_paths = ["src", ]
4343

4444
[tool.mypy]
4545
strict = true
@@ -83,4 +83,4 @@ requires = ["poetry-core"]
8383
build-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"

0 commit comments

Comments
 (0)