We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a737c commit a20d4efCopy full SHA for a20d4ef
2 files changed
pyproject.toml
@@ -1,3 +1,10 @@
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
+
8
[build-system]
9
requires = ["setuptools >= 64"]
10
build-backend = "setuptools.build_meta"
scripts/send_email.py
@@ -11,7 +11,7 @@
11
import os
12
import re
13
14
-# Install matej libraries (tested with 0.12.3)
+# Install matej libraries (tested with 0.12.3): https://sclera.fri.uni-lj.si/code.html#Libraries
15
from matej.argparse import ArgParser, StrArg
16
from matej.web.email import send_email
17
0 commit comments