We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7475e10 commit e5e0528Copy full SHA for e5e0528
flit.ini
pyproject.toml
@@ -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