From 1482b9e33398f194f07c0ba59807973b1f85ba7e Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 11 Jul 2020 03:18:58 -0400 Subject: Makefile: Remove egg. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3