File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,17 +4,19 @@ build-backend = "flit_core.buildapi"
4
4
5
5
[project ]
6
6
name = " scpdt"
7
- authors = [
8
- {
name =
" Evgeni Burovski et al " ,
email =
" [email protected] " }
7
+ maintainers = [
8
+ {
name =
" SciPy developers " ,
email =
" [email protected] " }
9
9
]
10
10
readme = " README.md"
11
11
requires-python = " >=3.8"
12
12
license ={file = " LICENSE" }
13
13
dynamic = [" version" , " description" ]
14
14
classifiers = [
15
- " Private :: Do Not Upload" ,
15
+ " Development Status :: 4 - Beta" ,
16
+ " License :: OSI Approved :: BSD License" ,
17
+ " Intended Audience :: Developers" ,
16
18
" Programming Language :: Python :: 3" ,
17
- " Framework :: Pytest"
19
+ " Framework :: Pytest" ,
18
20
]
19
21
dependencies = [
20
22
" numpy>=1.19.5" ,
@@ -36,4 +38,4 @@ addopts = "--verbose --color=yes"
36
38
# specify project entrypoints to make each plugin discoverable by pytest
37
39
# ref: https://docs.pytest.org/en/latest/how-to/writing_plugins.html#making-your-plugin-installable-by-others
38
40
[project .entry-points .pytest11 ]
39
- scpdt = " scpdt.plugin"
41
+ scpdt = " scpdt.plugin"
You can’t perform that action at this time.
0 commit comments