From e5b82e39aeb3b990a150e1f0e99b84538bdfd3b4 Mon Sep 17 00:00:00 2001 From: Sebastian Rittau Date: Thu, 19 May 2022 16:33:30 +0200 Subject: [PATCH] Remove obsolete README.rst The README.rst file was left in place, since the current version of typing-extensions on PyPI still links to it. Since typing_extensions now moved as a whole, we don't that link in the current directory. The typing repository still has a link. Cf. #13 --- README.rst | 1 - 1 file changed, 1 deletion(-) delete mode 100644 README.rst diff --git a/README.rst b/README.rst deleted file mode 100644 index 608eaca3..00000000 --- a/README.rst +++ /dev/null @@ -1 +0,0 @@ -Please see `README.md `_ for the current version of the README file.