We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166a476 commit f806483Copy full SHA for f806483
1 file changed
Makefile
@@ -5,6 +5,9 @@ PACKAGE_NAME=omf
5
install:
6
python setup.py install
7
8
+publish:
9
+ python setup.py sdist upload
10
+
11
docs:
12
cd docs && make html
13
0 commit comments