Commit c246069 Justin Donaldson
committed
1 parent 7d0f35e commit c246069 Copy full SHA for c246069
File tree 3 files changed +15
-14
lines changed
3 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 2
2
mosaiq.egg-info
3
3
__pycache__
4
4
.coverage
5
+ build
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" setuptools" , " wheel " ]
2
+ requires = [" setuptools >= 64.0 " ]
3
3
build-backend = " setuptools.build_meta"
4
4
5
+ [tool .setuptools .packages .find ]
6
+ where = [" src" ]
7
+
5
8
[project ]
6
9
name = " mosaiq"
7
10
dynamic = [" version" ]
8
11
authors = [
9
12
{ name = " Justin Donaldson" , email = " jjd@jjd.io" }
10
13
]
11
- description = " A project named mosaiq "
14
+ description = " A generalized mosaic plotting function for categorical and numerical data. "
12
15
readme = " README.md"
13
16
license = { text = " MIT" }
14
17
requires-python = " >=3.12"
15
18
dependencies = [
16
19
" pandas" ,
20
+ " build" ,
21
+ " idna" ,
17
22
" matplotlib" ,
23
+ " bump-my-version" ,
18
24
" statsmodels"
19
25
]
20
26
urls = { "Homepage" = " https://github.com/jdonaldson/mosaiq-python" }
21
27
22
28
[project .optional-dependencies ]
23
29
dev = [
24
- " build" ,
25
- " bump-my-version" ,
26
30
" mosaiq[ci]"
27
31
]
28
32
29
33
ci = [
30
34
" pytest-cov" ,
31
- " idna"
32
35
]
33
-
34
- [tool .setuptools .packages .find ]
35
- where = [" src" ]
36
-
37
36
[tool .bumpversion ]
37
+
38
38
current_version = " 0.1.5"
39
39
parse = " (?P<major>\\ d+)\\ .(?P<minor>\\ d+)\\ .(?P<patch>\\ d+)"
40
40
serialize = [" {major}.{minor}.{patch}" ]
41
41
search = " {current_version}"
42
42
replace = " {new_version}"
43
43
regex = false
44
44
ignore_missing_version = false
45
- tag = false
45
+ tag = true
46
46
sign_tags = false
47
47
tag_name = " v{new_version}"
48
48
tag_message = " Bump version: {current_version} → {new_version}"
@@ -51,7 +51,7 @@ commit = true
51
51
message = " Bump version: {current_version} → {new_version}"
52
52
commit_args = " "
53
53
54
- [pytest ]
55
- addopts = " --cov=src"
56
- pythonpath = " src"
57
- testpaths = [" tests" ]
54
+ # [pytest]
55
+ # addopts = "--cov=src"
56
+ # pythonpath = "src"
57
+ # testpaths = ["tests"]
File renamed without changes.
You can’t perform that action at this time.
0 commit comments