Skip to content

Commit 056ec39

Browse files
committed
finish rename
1 parent d8d9a61 commit 056ec39

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

pyproject.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55

66
[project]
7-
name = "ilabs_streamsync"
7+
name = "streamsync"
88
authors = [
99
{ name = "Daniel McCloy", email = "dan@mccloy.info" },
1010
]
@@ -50,15 +50,15 @@ docs = [
5050
]
5151

5252
[project.urls]
53-
Homepage = "https://github.com/ilabsbrainteam/ilabs_streamsync"
54-
"Bug Tracker" = "https://github.com/ilabsbrainteam/ilabs_streamsync/issues"
55-
Discussions = "https://github.com/ilabsbrainteam/ilabs_streamsync/discussions"
56-
Changelog = "https://github.com/ilabsbrainteam/ilabs_streamsync/releases"
53+
Homepage = "https://github.com/ilabsbrainteam/streamsync"
54+
"Bug Tracker" = "https://github.com/ilabsbrainteam/streamsync/issues"
55+
Discussions = "https://github.com/ilabsbrainteam/streamsync/discussions"
56+
Changelog = "https://github.com/ilabsbrainteam/streamsync/releases"
5757

5858

5959
[tool.hatch]
6060
version.source = "vcs"
61-
build.hooks.vcs.version-file = "src/ilabs_streamsync/_version.py"
61+
build.hooks.vcs.version-file = "src/streamsync/_version.py"
6262

6363
[tool.hatch.envs.default]
6464
features = ["test"]
@@ -79,7 +79,7 @@ testpaths = [
7979

8080

8181
[tool.coverage]
82-
run.source = ["ilabs_streamsync"]
82+
run.source = ["streamsync"]
8383
report.exclude_also = [
8484
'\.\.\.',
8585
'if typing.TYPE_CHECKING:',
@@ -96,7 +96,7 @@ disallow_untyped_defs = false
9696
disallow_incomplete_defs = false
9797

9898
[[tool.mypy.overrides]]
99-
module = "ilabs_streamsync.*"
99+
module = "streamsync.*"
100100
disallow_untyped_defs = true
101101
disallow_incomplete_defs = true
102102

@@ -135,7 +135,7 @@ ignore = [
135135
]
136136
isort.required-imports = ["from __future__ import annotations"]
137137
# Uncomment if using a _compat.typing backport
138-
# typing-modules = ["ilabs_streamsync._compat.typing"]
138+
# typing-modules = ["streamsync._compat.typing"]
139139

140140
[tool.ruff.lint.per-file-ignores]
141141
"tests/**" = ["T20"]

0 commit comments

Comments
 (0)