Skip to content

Commit

Permalink
修复readme文件名引起的错误
Browse files Browse the repository at this point in the history
  • Loading branch information
loopyme committed Sep 2, 2020
1 parent 9223fff commit f3350ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

from setuptools import setup, find_packages

version = "0.2.2"
version = "0.3.0"

# Read the contents of README file
source_root = Path(".")
with (source_root / "readme.md").open(encoding="utf-8") as f:
with (source_root / "README.md").open(encoding="utf-8") as f:
long_description = f.read()

# Read the requirements
Expand Down

0 comments on commit f3350ea

Please sign in to comment.