|
1 | 1 | [project] |
2 | 2 | name = "pyviz-tutorial" |
3 | 3 | version = "24.1.0" |
4 | | -authors = [ |
5 | | - { name="Veit Schiele", email="veit@cusy.io" }, |
6 | | -] |
7 | 4 | description = "Training materials for the cusy Python training courses: https://cusy.io/en/seminars" |
8 | 5 | readme = "README.rst" |
9 | 6 | license = "BSD-3-Clause" |
10 | 7 | license-files = [ "LICENSE" ] |
| 8 | +authors = [ |
| 9 | + { name = "Veit Schiele", email = "veit@cusy.io" }, |
| 10 | +] |
11 | 11 | requires-python = ">=3.9" |
12 | 12 | classifiers = [ |
13 | | - "Programming Language :: Python :: 3", |
14 | | - "Operating System :: OS Independent", |
| 13 | + "Operating System :: OS Independent", |
| 14 | + "Programming Language :: Python :: 3 :: Only", |
| 15 | + "Programming Language :: Python :: 3.9", |
| 16 | + "Programming Language :: Python :: 3.10", |
| 17 | + "Programming Language :: Python :: 3.11", |
| 18 | + "Programming Language :: Python :: 3.12", |
| 19 | + "Programming Language :: Python :: 3.13", |
15 | 20 | ] |
16 | | -dependencies = [] |
| 21 | +dependencies = [ ] |
17 | 22 |
|
18 | | -[dependency-groups] |
19 | | -docs = [ |
20 | | - "furo", |
21 | | - "ipython", |
22 | | - "ipywidgets", |
23 | | - "matplotlib", |
24 | | - "nbsphinx", |
25 | | - "sphinx<8.2", |
26 | | - "sphinx-inline-tabs", |
27 | | - "sphinx-lint", |
28 | | - "sphinx-notfound-page", |
29 | | - "sphinx-sitemap", |
30 | | - "sphinx_copybutton", |
31 | | - "sphinxcontrib-svg2pdfconverter", |
32 | | - "sphinxext.opengraph", # matplotlib is required for social cards |
33 | | -] |
| 23 | +urls."Bug Tracker" = "https://github.com/veit/pyviz-tutorial/issues" |
| 24 | +urls."Homepage" = "https://github.com/veit/pyviz-tutorial/" |
34 | 25 |
|
| 26 | +[dependency-groups] |
35 | 27 | dev = [ |
36 | | - { include-group = "docs" }, |
37 | | - "pre-commit", |
38 | | - "codespell", |
39 | | - "vale", |
| 28 | + "codespell", |
| 29 | + "pre-commit", |
| 30 | + "vale", |
| 31 | + { include-group = "docs" }, |
| 32 | +] |
| 33 | +docs = [ |
| 34 | + "furo", |
| 35 | + "ipython", |
| 36 | + "ipywidgets", |
| 37 | + "matplotlib", |
| 38 | + "nbsphinx", |
| 39 | + "sphinx<8.2", |
| 40 | + "sphinx-copybutton", |
| 41 | + "sphinx-inline-tabs", |
| 42 | + "sphinx-lint", |
| 43 | + "sphinx-notfound-page", |
| 44 | + "sphinx-sitemap", |
| 45 | + "sphinxcontrib-svg2pdfconverter", |
| 46 | + "sphinxext-opengraph", # matplotlib is required for social cards |
40 | 47 | ] |
41 | | - |
42 | | -[project.urls] |
43 | | -"Homepage" = "https://github.com/veit/pyviz-tutorial/" |
44 | | -"Bug Tracker" = "https://github.com/veit/pyviz-tutorial/issues" |
45 | 48 |
|
46 | 49 | [tool.setuptools] |
47 | | -packages = [] |
48 | | - |
| 50 | +packages = [ ] |
49 | 51 |
|
50 | 52 | [tool.codespell] |
51 | 53 | skip = "*.ipynb, ./docs/_build/*" |
0 commit comments