File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,4 @@ include CHANGES.rst
33include ChangeLog
44include LICENSE
55include Makefile
6- include requirements-cython.txt
7- include requirements-dev.txt
8- include requirements-full.txt
9- include mathics/doc/latex/mathics.pdf
10- recursive-include mathics *.py
11- recursive-include mathics/autoload *
12- recursive-include mathics/data *
13- recursive-include test *.py *.m *.wl
6+ recursive-include test
Original file line number Diff line number Diff line change @@ -71,6 +71,10 @@ pytest:
7171# : Run tests that appear in docstring in the code.
7272
7373
74+ # : Make distirbution: wheels, eggs, tarball
75+ dist :
76+ ./admin-tools/make-dist.sh
77+
7478doctest :
7579 MATHICS_CHARACTER_ENCODING=" ASCII" $(PYTHON ) -m mathics.docpipeline -l pymathics.natlang -c ' Natural Language Processing' $o
7680
Original file line number Diff line number Diff line change 1919source pymathics/natlang/version.py
2020echo $__version__
2121
22- pyversion=3.12
22+ pyversion=3.11
2323if ! pyenv local $pyversion ; then
2424 exit $?
2525fi
You can’t perform that action at this time.
0 commit comments