summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2020-07-11 03:18:58 -0400
committerrsiddharth <rsd@gnu.org>2020-07-11 03:18:58 -0400
commit1482b9e33398f194f07c0ba59807973b1f85ba7e (patch)
tree85d6c0f1466bb137404af16e8040ef4c31bad5bf
parent14bb73f032eb7c532416217e96800b4ed03475f3 (diff)
Makefile: Remove egg.
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index fbb645a..0063318 100644
--- a/Makefile
+++ b/Makefile
@@ -24,9 +24,6 @@ fmt:
build-dist:
@python setup.py sdist bdist_wheel
-egg:
- @python setup.py egg_info
-
upload:
@twine upload -r pypi -s --sign-with 'gpg2' \
-i '1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' \
@@ -35,7 +32,7 @@ upload:
-i '1534 126D 8C8E AD29 EDD9 1396 6BE9 3D8B F866 4377' \
dist/*.whl
-.PHONY: build-dist egg upload
+.PHONY: build-dist upload
docs:
${GNU_MAKE} -C docs html