File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ include COPYING
55include Makefile
66include mathicsscript/inputrc-no-unicode
77include mathicsscript/inputrc-unicode
8+ include mathicsscript/settings.m
89recursive-include mathicsscript *.py
910recursive-include test *.py *.m
1011recursive-exclude __pycache__ *.pyc
Original file line number Diff line number Diff line change @@ -64,7 +64,11 @@ def read(*rnames):
6464 packages = find_packages (),
6565 include_package_data = True ,
6666 package_data = {
67- "" : ["inputrc-no-unicode" , "inputrc-unicode" , "mathicsscript/settings.m" ]
67+ "" : [
68+ "mathicsscript/inputrc-no-unicode" ,
69+ "mathicsscript/inputrc-unicode" ,
70+ "mathicsscript/settings.m" ,
71+ ]
6872 },
6973 install_requires = [
7074 "Mathics_Scanner>=1.1.1,<1.2.0" ,
You can’t perform that action at this time.
0 commit comments