Fixed the README filename from README.md to README.rst in setup.py.

This commit is contained in:
依瑪貓 2022-12-05 08:33:59 +08:00
parent f57162a93c
commit 24c3b868e0

View File

@ -16,7 +16,7 @@
# limitations under the License.
import setuptools
with open("README.md", "r") as fh:
with open("README.rst", "r") as fh:
long_description = fh.read()
setuptools.setup(