Skip to content

Commit 918aaa1

Browse files
authored
[mypyc] Add pointer to the new mypyc README (#10180)
This README will go away once all the useful content is covered in the new README or the main mypyc documentation.
1 parent dd2a628 commit 918aaa1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mypyc/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
mypyc: Mypy to Python C Extension Compiler
22
==========================================
33

4-
*Mypyc is (mostly) not yet useful for general Python development.*
4+
**NOTE: We are in the process of moving the mypyc README to the**
5+
**[mypyc repository](https://github.com/mypyc/mypyc/blob/master/README.md)**
6+
7+
**This may be out of date!**
58

69
Mypyc is a compiler that compiles mypy-annotated, statically typed
710
Python modules into CPython C extensions. Currently our primary focus

0 commit comments

Comments
 (0)