Skip to content

Commit e5e0528

Browse files
committed
Convert flit.ini to pyproject.toml
1 parent 7475e10 commit e5e0528

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

flit.ini

Lines changed: 0 additions & 11 deletions
This file was deleted.

pyproject.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
[build-system]
2+
requires = ["flit"]
3+
build-backend = "flit.buildapi"
4+
5+
[tool.flit.metadata]
6+
module = "bash_kernel"
7+
author = "Thomas Kluyver"
8+
author-email = "thomas@kluyver.me.uk"
9+
home-page = "https://github.com/takluyver/bash_kernel"
10+
requires = ["pexpect (>=4.0)"]
11+
description-file = "README.rst"
12+
classifiers = [
13+
"Framework :: IPython",
14+
"License :: OSI Approved :: BSD License",
15+
"Programming Language :: Python :: 3",
16+
"Topic :: System :: Shells",
17+
]
18+

0 commit comments

Comments
 (0)