We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c4573 commit 0668023Copy full SHA for 0668023
Makefile
@@ -3,7 +3,7 @@ TAG = latest
3
4
SRC_DIR = $(shell pwd)
5
DIST_DIR = $(SRC_DIR)/dist
6
-BIRGITTA_TESTS = $(SRC_DIR)/ngadss
+BIRGITTA_TESTS = $(SRC_DIR)/tests
7
8
package: clean
9
python setup.py sdist bdist_wheel
0 commit comments