@@ -8,19 +8,12 @@ version = "0.0.1"
88description = " Tutorials for single-cell analysis with scverse packages"
99readme = " README.md"
1010license = " BSD-3-Clause"
11- maintainers = [
12- { name = " scverse team" , email = " core-team@scverse.org" },
13- ]
14- authors = [
15- { name = " scverse team" },
16- ]
17- requires-python = " >=3.10"
11+ maintainers = [ { name = " scverse team" , email = " core-team@scverse.org" } ]
12+ authors = [ { name = " scverse team" } ]
13+ requires-python = " >=3.13"
1814classifiers = [
1915 " Private :: Do Not Upload" , # Prevent uploading to PyPI
2016 " Programming Language :: Python :: 3 :: Only" ,
21- " Programming Language :: Python :: 3.10" ,
22- " Programming Language :: Python :: 3.11" ,
23- " Programming Language :: Python :: 3.12" ,
2417 " Programming Language :: Python :: 3.13" ,
2518 " Programming Language :: Python :: 3.14" ,
2619]
@@ -39,12 +32,7 @@ optional-dependencies.docs = [
3932 " sphinxcontrib-bibtex>=1" ,
4033 " sphinxext-opengraph" ,
4134]
42- optional-dependencies.registry = [
43- " httpx" ,
44- " jsonschema" ,
45- " pillow" ,
46- " pyyaml" ,
47- ]
35+ optional-dependencies.registry = [ " httpx" , " jsonschema" , " pillow" , " pyyaml" ]
4836urls.Documentation = " https://scverse.org/scverse-tutorials"
4937urls.Home-page = " https://github.com/scverse/scverse-tutorials"
5038urls.Source = " https://github.com/scverse/scverse-tutorials"
0 commit comments