Skip to content

Commit 83b1e74

Browse files
committed
build: final tweaks for release
1 parent 6071a0a commit 83b1e74

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ While this repository comes with many demo and documentation notebooks, they are
1818
See [https://github.com/rawlins/lambda-notebook/wiki/Installation](https://github.com/rawlins/lambda-notebook/wiki/Installation)
1919

2020
Basically,
21-
* current release: install from PyPI.
22-
* current development version: download the repository and ensure you have Jupyter installed (probably via anaconda). Run `install_lambda_kernel.py`.
21+
* current release: install from PyPI. (`pip install lambda-notebook`.)
22+
* current development version: download the repository and ensure you have Jupyter installed (probably via anaconda). Run `./install_lambda_kernel.py`.
2323

2424
## Getting started
2525

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,12 @@
22
name = lambda-notebook
33
description = Tools for linguistic semantics (lambda calculus, logic, etc), aimed at Jupyter
44
long_description = file: README.md
5+
long_description_content_type = text/markdown
56
url = https://github.com/rawlins/lambda-notebook/
67
version = attr: lamb.__version__
78
license = BSD 3-Clause License
89
author = Kyle Rawlins
9-
author_email = 'kgr@jhu.edu'
10+
author_email = kgr@jhu.edu
1011
classifiers =
1112
Development Status :: 4 - Beta
1213
License :: OSI Approved :: BSD License

0 commit comments

Comments
 (0)