File tree Expand file tree Collapse file tree 2 files changed +21
-2
lines changed
Expand file tree Collapse file tree 2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 1+ News
2+ ====
3+
4+ - June 2023: thonny-quecpython 0.1.0 released! (for those -- and only those -- who use Python >= 3.7).
5+
6+
7+ Overview
8+ ========
9+
10+ Provides a programing Kits of QuecPython for Thonny.It is pure Python and works on
11+ Python 3.7+.
12+
13+ Install most recent stable with "pip install thonny-quecpython".
14+
15+ Useful links:
16+
17+ - Project on PyPI: https://pypi.org/project/thonny-quecpython/
18+ - The documentation for latest code is at: https://github.com/QuecPython/thonny-quecpython/blob/master/README.md
19+
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ def readme():
1010setup (
1111 name = 'thonny-quecpython' ,
1212 version = '0.1.0' ,
13- description = 'quecpython programing kits' ,
13+ description = 'quecpython programing kits for thonny ' ,
1414 long_description = readme (),
15- long_description_content_type = 'text/markdown ' ,
15+ long_description_content_type = 'text/x-rst ' ,
1616 python_requires = '>=3.7' ,
1717 license = "MIT License" ,
1818 author = 'dustin.wei' ,
You can’t perform that action at this time.
0 commit comments