Skip to content

Commit 47c1c3a

Browse files
committed
新增README.rst文档
1 parent 53ac345 commit 47c1c3a

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

README.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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+

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ def readme():
1010
setup(
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',

0 commit comments

Comments
 (0)