Skip to content
This repository was archived by the owner on Mar 5, 2026. It is now read-only.

Commit edb7d19

Browse files
Fix publishing (#41)
Moves `tox` and `tox-rye` to dev dependencies
1 parent 3db2ff6 commit edb7d19

3 files changed

Lines changed: 5 additions & 7 deletions

File tree

himon/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"""himon package entry file."""
22

3-
__version__ = "0.6.0"
3+
__version__ = "0.6.1"
44
__all__ = ["__version__", "get_cache_root"]
55

66
import os

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ docs = [
5050
]
5151
test = [
5252
"pytest >= 8.2.2",
53-
"pytest-cov >= 5.0.0",
54-
"tox >= 4.15.1",
55-
"tox-rye @ git+https://github.com/bluss/tox-rye"
53+
"pytest-cov >= 5.0.0"
5654
]
5755

5856
[project.urls]
@@ -128,5 +126,7 @@ keep-runtime-typing = true
128126

129127
[tool.rye]
130128
dev-dependencies = [
131-
"pre-commit >= 3.5.0"
129+
"pre-commit >= 3.5.0",
130+
"tox >= 4.15.1",
131+
"tox-rye @ git+https://github.com/bluss/tox-rye"
132132
]

requirements-dev.lock

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,9 +163,7 @@ tomli==2.0.1
163163
# via pytest
164164
# via tox
165165
tox==4.15.1
166-
# via himon
167166
tox-rye @ git+https://github.com/bluss/tox-rye@d1348e996d642e947cd0fb158ecdbcfe0f386af3
168-
# via himon
169167
typing-extensions==4.12.2
170168
# via annotated-types
171169
# via mkdocstrings

0 commit comments

Comments
 (0)