aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugeniy E. Mikhailov <evgmik@gmail.com>2024-06-19 00:02:39 -0400
committerEugeniy E. Mikhailov <evgmik@gmail.com>2024-06-19 00:02:39 -0400
commit088ad7d8f45bca44e00bf7a29ae80c389cfd894b (patch)
tree602b0f90b23f64c3abe5e22a056cd60e34033cf0
parentc61321af05390ceca865fb816246b7c1bca57a32 (diff)
parent4dbc2d97a0141935ec0764b1cf46e3379e8b66dc (diff)
downloadqolab-088ad7d8f45bca44e00bf7a29ae80c389cfd894b.tar.gz
qolab-088ad7d8f45bca44e00bf7a29ae80c389cfd894b.zip
Merge branch 'master' into gzip
-rw-r--r--README.md9
-rw-r--r--pyproject.toml3
2 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 2840e60..6caaeac 100644
--- a/README.md
+++ b/README.md
@@ -12,3 +12,12 @@ To build a python wheel package and put it in `./dist/` directory, run
flit build
~~~~~
+## Test instructions
+
+~~~~~
+export PYTHONPATH=.
+python -m pytest
+~~~~~
+
+Note that we cannot just run `pytest` since I see no way to set the module search path.
+
diff --git a/pyproject.toml b/pyproject.toml
index b8a3214..915b634 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,3 +23,6 @@ requires = [
"pyserial >= 3.4",
]
+[project.urls]
+Home = "http://qo.physics.wm.edu/cgit/qolab.git/about/"
+