Skip to content

Commit 9cd53aa

Browse files
committed
Administrivia...
* Include GNU Readline inputrc in package * `make develop` should build inputrc files * Need newer Mathics_Scanner that doesn't have bug in inputrc generation
1 parent 863b709 commit 9cd53aa

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/osx.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25+
python -m pip install -e git://github.com/mathics/Mathics#egg=Mathics3
2526
- name: Install mathicsscript
2627
run: |
2728
make

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build: inputrc
1919
$(PYTHON) ./setup.py build
2020

2121
#: Set up to run from the source tree
22-
develop:
22+
develop: inputrc
2323
$(PIP) install -e .
2424

2525
#: Make distirbution: wheels, eggs, tarball

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def read(*rnames):
6767
"": ["inputrc-no-unicode", "inputrc-unicode", "mathicsscript/settings.m"]
6868
},
6969
install_requires=[
70-
"Mathics_Scanner>=1.0.0,<1.2.0",
70+
"Mathics_Scanner>=1.1.1,<1.2.0",
7171
"Mathics3 >= 2.0.0,<2.2.0",
7272
"click",
7373
"colorama",

0 commit comments

Comments
 (0)