projects
/
nmutil.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2a34df
)
add pypi upload to Makefile
author
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 11 Apr 2021 23:57:51 +0000
(
00:57
+0100)
committer
Luke Kenneth Casson Leighton
<lkcl@lkcl.net>
Sun, 11 Apr 2021 23:57:51 +0000
(
00:57
+0100)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index e33b6229be056efd976e993a14d0095ac2c6f5d2..0e4eb514e75a256257f89ad7ff4c46f7614987ba 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-5,3
+5,6
@@
install:
test:
$(PYTHON3) setup.py test # could just run nosetest3...
+
+pypiupload:
+ $(PYTHON3) setup.py sdist upload