Skip to content

Commit

Permalink
Fix PyPi Readme render error
Browse files Browse the repository at this point in the history
  • Loading branch information
hemantapkh authored Nov 25, 2020
1 parent 3da270b commit 92e1931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import setuptools

with open("README.md", "r") as fh:
with open("PyPiREADME.md", "r") as fh:
readme = fh.read()

setuptools.setup(
name="ncellapp",
version="1.0.0",
version="1.0.1",
author="Hemanta Pokharel",
author_email="[email protected]",
description="Unofficial Python API Wrapper of Ncell",
Expand Down

0 comments on commit 92e1931

Please sign in to comment.