Skip to content

Commit 95501a2

Browse files
committed
chore: add rye confnigs
1 parent f8cf4be commit 95501a2

File tree

4 files changed

+56
-0
lines changed

4 files changed

+56
-0
lines changed

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.12.3

pyproject.toml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
[project]
2+
name = "vim-textobj-bettertag"
3+
version = "0.1.0"
4+
description = "Add your description here"
5+
authors = [
6+
{ name = "Omochice", email = "mochice.mls.ntl@gmail.com" }
7+
]
8+
dependencies = []
9+
readme = "README.md"
10+
requires-python = ">= 3.12"
11+
12+
[build-system]
13+
requires = ["hatchling"]
14+
build-backend = "hatchling.build"
15+
16+
[tool.rye]
17+
managed = true
18+
dev-dependencies = [
19+
"covimerage>=0.2.2",
20+
]
21+
22+
[tool.hatch.metadata]
23+
allow-direct-references = true
24+
25+
[tool.hatch.build.targets.wheel]
26+
packages = ["src/vim_textobj_bettertag"]

requirements-dev.lock

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# generated by rye
2+
# use `rye lock` or `rye sync` to update this lockfile
3+
#
4+
# last locked with the following flags:
5+
# pre: false
6+
# features: []
7+
# all-features: false
8+
# with-sources: false
9+
# generate-hashes: false
10+
11+
-e file:.
12+
attrs==23.2.0
13+
# via covimerage
14+
click==7.0
15+
# via covimerage
16+
coverage==4.5.4
17+
# via covimerage
18+
covimerage==0.2.2

requirements.lock

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# generated by rye
2+
# use `rye lock` or `rye sync` to update this lockfile
3+
#
4+
# last locked with the following flags:
5+
# pre: false
6+
# features: []
7+
# all-features: false
8+
# with-sources: false
9+
# generate-hashes: false
10+
11+
-e file:.

0 commit comments

Comments
 (0)