Skip to content

Commit

Permalink
[Docs] add pypi long_description
Browse files Browse the repository at this point in the history
  • Loading branch information
ackness committed Oct 25, 2022
1 parent 91b8100 commit ab02697
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

with open('./readme.md', 'r', encoding='utf-8') as fh:
with open('README.md', 'r', encoding='utf-8') as fh:
long_description = fh.read()

setup(
Expand Down

0 comments on commit ab02697

Please sign in to comment.