File: pyproject.toml

package info (click to toggle)
metakernel 0.30.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,368 kB
  • sloc: python: 5,097; makefile: 179; sh: 18
file content (26 lines) | stat: -rw-r--r-- 733 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[build-system]
requires = ["hatchling >= 1.5"]
build-backend = "hatchling.build"

[project]
name = "metakernel_python"
authors = [{name = "Douglas Blank", email = "doug.blank@gmail.com"}]
classifiers = [
    "Framework :: IPython",
    "License :: OSI Approved :: BSD License",
    "Programming Language :: Python :: 3",
    "Programming Language :: Python :: 2",
    "Topic :: System :: Shells",
]
dependencies = ["metakernel", "jedi"]
dynamic = ["description", "version"]

[project.readme]
text = "A Python kernel for Jupyter/IPython, based on MetaKernel"
content-type = "text/plain"

[project.urls]
Homepage = "https://github.com/calysto/metakernel/tree/main/metakernel_python"

[tool.hatch.version]
path = "metakernel_python.py"