mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-18 08:09:25 +00:00
21 lines
No EOL
537 B
TOML
21 lines
No EOL
537 B
TOML
[build-system]
|
|
requires = ["flit_core >=3.2,<4"]
|
|
build-backend = "flit_core.buildapi"
|
|
|
|
[project]
|
|
name = "bash_kernel"
|
|
authors = [
|
|
{name = "Thomas Kluyver", email = "thomas@kluyver.me.uk"},
|
|
]
|
|
readme = "README.rst"
|
|
dependencies = ["pexpect (>=4.0)", "ipykernel"]
|
|
classifiers = [
|
|
"Framework :: Jupyter",
|
|
"License :: OSI Approved :: BSD License",
|
|
"Programming Language :: Python :: 3",
|
|
"Topic :: System :: Shells",
|
|
]
|
|
dynamic = ["version", "description"]
|
|
|
|
[project.urls]
|
|
Source = "https://github.com/takluyver/bash_kernel" |