File tree 2 files changed +15
-13
lines changed
2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 31
31
hooks :
32
32
- id : pyupgrade
33
33
args : [--py37-plus]
34
- - repo : https://github.com/asottile/setup-cfg-fmt
35
- rev : v1.20.1
36
- hooks :
37
- - id : setup-cfg-fmt
34
+
35
+ - repo : https://github.com/tox-dev/pyproject-fmt
36
+ rev : " 0.3.3"
37
+ hooks :
38
+ - id : pyproject-fmt
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
+ build-backend = " hatchling.build"
2
3
requires = [
3
- " hatchling>=0.24.0" , " hatch-vcs"
4
+ " hatch-vcs" ,
5
+ " hatchling>=0.24" ,
4
6
]
5
- build-backend = " hatchling.build"
6
7
7
8
[project ]
8
9
name = " apipkg"
9
10
description = " apipkg: namespace control and lazy-import mechanism"
10
11
readme = " README.rst"
11
12
license = " MIT"
12
- requires-python = " >=3.7"
13
+ maintainers = [
14
+ {
name =
" Ronny Pfannschmidt" ,
email =
" [email protected] " }
15
+ ]
13
16
authors = [
14
17
{ name = " holger krekel" },
15
18
]
16
- maintainers = [
17
- {
name =
" Ronny Pfannschmidt" ,
email =
" [email protected] " }
19
+ requires-python = " >=3.7"
20
+ dynamic = [
21
+ " version" ,
18
22
]
19
23
classifiers = [
20
24
" Development Status :: 4 - Beta" ,
@@ -33,13 +37,10 @@ classifiers = [
33
37
" Programming Language :: Python :: 3.10" ,
34
38
" Topic :: Software Development :: Libraries" ,
35
39
]
36
- dynamic = [
37
- " version" ,
38
- ]
39
-
40
40
[project .urls ]
41
41
Homepage = " https://github.com/pytest-dev/apipkg"
42
42
43
+
43
44
[tool .hatch .version ]
44
45
source = " vcs"
45
46
You can’t perform that action at this time.
0 commit comments