Skip to content

Commit 1b8713c

Browse files
committed
add README to the sdist
1 parent 6bc8452 commit 1b8713c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

MANIFEST.in

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include README.md

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ No. To have `rlipython` enabled automatically, do this:
2424
import rlipython; rlipython.install()
2525
```
2626

27-
This will enable `rlipython` for the default IPython profile, if you run it
28-
using plain `python`, or the active profile if you run it from `ipython`.
27+
This will enable `rlipython` for the default IPython profile if you run it
28+
using plain `python` or the active profile if you run it from `ipython`.
2929

3030
After running `rlipyton.install()`, you can go back to starting IPython just by
3131
using `ipython` without the extra configuration flag.

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
setup(
2121
name='rlipython',
22-
version='0.1.2',
22+
version='0.1.2.dev',
2323
packages=['rlipython',],
2424
install_requires=["ipython>5.3"],
2525
extras_requires=extras_requires,

0 commit comments

Comments
 (0)