-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (31 loc) · 970 Bytes
/
setup.cfg
File metadata and controls
33 lines (31 loc) · 970 Bytes
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
27
28
29
30
31
32
33
[metadata]
name = lambda-notebook
description = Tools for linguistic semantics (lambda calculus, logic, etc), aimed at Jupyter
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/rawlins/lambda-notebook/
version = attr: lamb.__version__
license = BSD-3-Clause
author = Kyle Rawlins
author_email = kgr@jhu.edu
classifiers =
Development Status :: 4 - Beta
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Visualization
Topic :: Text Processing :: Linguistic
Framework :: Jupyter
Environment :: Web Environment
project_urls =
Documentation = https://rawlins.github.io/lambda-notebook/
Changelog = https://rawlins.github.io/lambda-notebook/CHANGELOG.html
[options]
packages = lamb, lamb.meta
python_requires = >=3.12
include_package_data = True
install_requires =
svgling >= 0.3
jupyter
traitlets >= 5.0.0
[options.extras_require]
dev =
nb-clean