From 3a03ee20c0d2b795c8d5cb1aa1d7c3c6468d2ffc Mon Sep 17 00:00:00 2001 From: Gene Wood Date: Tue, 27 Aug 2019 11:29:08 -0700 Subject: [PATCH] Update repo name to remove need for a redirect (#74) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a11ea21..d53972b 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ cd your_project # Download the setup.py file: # download with wget -wget https://raw.githubusercontent.com/kennethreitz/setup.py/master/setup.py -O setup.py +wget https://raw.githubusercontent.com/navdeep-G/setup.py/master/setup.py -O setup.py # download with curl -curl -O https://raw.githubusercontent.com/kennethreitz/setup.py/master/setup.py +curl -O https://raw.githubusercontent.com/navdeep-G/setup.py/master/setup.py ``` To Do @@ -56,7 +56,7 @@ Anyone is free to copy, modify, publish, use, compile, sell, or distribute this software, either in source code form or as a compiled binary, for any purpose, commercial or non-commercial, and by any means. - [an example setup.py]: https://github.com/kennethreitz/setup.py/blob/master/setup.py + [an example setup.py]: https://github.com/navdeep-G/setup.py/blob/master/setup.py [PyPi]: https://docs.python.org/3/distutils/packageindex.html [Twine]: https://pypi.python.org/pypi/twine [image]: https://farm1.staticflickr.com/628/33173824932_58add34581_k_d.jpg