Open MoshiBin opened 7 months ago
This PR installs a script named niimprint. This script runs the same code as running python3 -m niimprint (__main__.py).
niimprint
python3 -m niimprint
__main__.py
The PR also changes pyproject.toml to add support for python versions higher than 3.11.
Support for versions 3.10 and higher added in #19 .
This PR installs a script named
niimprint
. This script runs the same code as runningpython3 -m niimprint
(__main__.py
).The PR also changes pyproject.toml to add support for python versions higher than 3.11.Support for versions 3.10 and higher added in #19 .