mirror of
https://github.com/dathere/100.dathere.com.git
synced 2025-12-19 08:39:24 +00:00
feat: initial commit for 100.dathere.com and first exercise
This commit is contained in:
commit
86f90af434
35 changed files with 860 additions and 0 deletions
21
bash_kernel/pyproject.toml
Normal file
21
bash_kernel/pyproject.toml
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
[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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue