-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathsetup.cfg
27 lines (26 loc) · 824 Bytes
/
setup.cfg
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
[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 License
author = Kyle Rawlins
author_email = [email protected]
classifiers =
Development Status :: 4 - Beta
License :: OSI Approved :: BSD License
Intended Audience :: Science/Research
Topic :: Scientific/Engineering :: Visualization
Topic :: Text Processing :: Linguistic
Framework :: Jupyter
Environment :: Web Environment
[options]
packages = lamb, lamb.meta
python_requires = >=3.6
include_package_data = True
install_requires =
svgling >= 0.3
jupyter
traitlets >= 5.0.0