File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1+ # To upload to PyPI, install python-build and twine, then:
2+ # python -m build
3+ # twine upload dist/*
4+ # rm -rf build dist *.egg-info src/*.egg-info
5+ # Once pixi allows global tasks, we can automate this there.
6+ # If you have ~/.pypirc, you can do this without manually entering the PyPI API token every time (keep .pypirc secure though).
7+
18[build-system ]
29requires = [" setuptools >= 64" ]
310build-backend = " setuptools.build_meta"
Original file line number Diff line number Diff line change 1111import os
1212import re
1313
14- # Install matej libraries (tested with 0.12.3)
14+ # Install matej libraries (tested with 0.12.3): https://sclera.fri.uni-lj.si/code.html#Libraries
1515from matej .argparse import ArgParser , StrArg
1616from matej .web .email import send_email
1717
You can’t perform that action at this time.
0 commit comments