File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" flit_core >=2,<4" ]
2
+ requires = [" flit_core >=3. 2,<4" ]
3
3
build-backend = " flit_core.buildapi"
4
4
5
- [tool . flit . metadata ]
6
- module = " audioread"
7
- author = " Adrian Sampson "
8
- author- email =
" [email protected] "
9
- home-page = " https://github.com/beetbox/audioread "
10
- description-file = " README.rst"
5
+ [project ]
6
+ name = " audioread"
7
+ authors = [
8
+ { name = " Adrian Sampson " , email =
" [email protected] " }
9
+ ]
10
+ readme = " README.rst"
11
11
requires-python = " >=3.6"
12
+ dynamic = [" version" , " description" ]
13
+ urls.Home = " https://github.com/beetbox/audioread"
12
14
classifiers = [
13
15
' Topic :: Multimedia :: Sound/Audio :: Conversion' ,
14
16
' Intended Audience :: Developers' ,
@@ -20,7 +22,7 @@ classifiers = [
20
22
' Programming Language :: Python :: 3.10' ,
21
23
]
22
24
23
- [tool . flit . metadata . requires-extra ]
25
+ [project . optional-dependencies ]
24
26
test = [
25
27
" tox"
26
28
]
You can’t perform that action at this time.
0 commit comments