File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ include ChangeLog
44include COPYING.txt
55include FUTURE.rst
66include Makefile
7- include mathics_scanner/data/named-characters .yml
7+ include mathics_scanner/data/* .yml
88include requirements-full.txt
99include requirements-dev.txt
1010recursive-include mathics_scanner *.py
Original file line number Diff line number Diff line change 1818source mathics_scanner/version.py
1919echo $__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
2323finish
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments