Skip to content

Commit 0a60527

Browse files
committed
Administrivia
1 parent b21a3ac commit 0a60527

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

MANIFEST.in

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,4 @@ include CHANGES.rst
33
include ChangeLog
44
include LICENSE
55
include 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

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
7478
doctest:
7579
MATHICS_CHARACTER_ENCODING="ASCII" $(PYTHON) -m mathics.docpipeline -l pymathics.natlang -c 'Natural Language Processing' $o
7680

admin-tools/make-dist.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ cd ..
1919
source pymathics/natlang/version.py
2020
echo $__version__
2121

22-
pyversion=3.12
22+
pyversion=3.11
2323
if ! pyenv local $pyversion ; then
2424
exit $?
2525
fi

0 commit comments

Comments
 (0)