Skip to content

Commit b4fe870

Browse files
committed
Packages mathics_scanner/data/grouping-characters.yml
There is also a small build script fix as well. Fixes #178
1 parent 0836473 commit b4fe870

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include ChangeLog
44
include COPYING.txt
55
include FUTURE.rst
66
include Makefile
7-
include mathics_scanner/data/named-characters.yml
7+
include mathics_scanner/data/*.yml
88
include requirements-full.txt
99
include requirements-dev.txt
1010
recursive-include mathics_scanner *.py

admin-tools/make-dist.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ cd ..
1818
source mathics_scanner/version.py
1919
echo $__version__
2020

21-
python -m build --wheel
22-
python ./setup.py sdist
21+
python -m build --wheel --no-isolation
22+
python -m build --sdist --no-isolation
2323
finish

mathics_scanner/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# well as importing into Python. That's why there is no
55
# space around "=" below.
66
# fmt: off
7-
__version__="10.0.0" # noqa
7+
__version__="10.0.1" # noqa

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ classifiers = [
2626
"Intended Audience :: Developers",
2727
"Intended Audience :: Science/Research",
2828
"Programming Language :: Python",
29-
"Programming Language :: Python :: 3.10",
3029
"Programming Language :: Python :: 3.11",
3130
"Programming Language :: Python :: 3.12",
3231
"Programming Language :: Python :: 3.13",
@@ -68,6 +67,7 @@ packages = [
6867
"mathics_scanner" = [
6968
"data/boxing-characters.json",
7069
"data/boxing-characters.yml",
70+
"daa/grouping-characters.yml",
7171
"data/named-characters.json",
7272
"data/named-characters.yml",
7373
"data/operators.yml",

0 commit comments

Comments
 (0)