Skip to content

Commit

Permalink
renamed pypi-description.rst to PKG-INFO. (#93)
Browse files Browse the repository at this point in the history
* renamed  pypi-description.rst to PKG-INFO.

* Updated version number to test pypi release
  • Loading branch information
Ioannis Begleris authored and capelastegui committed Nov 28, 2018
1 parent 2173abc commit d27b076
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
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages

__version__ = "0.1.3"
__version__ = "0.1.4"

# -- Edit Start
zip_safe = False
Expand All @@ -27,7 +27,7 @@
# -- Edit Stop


with open("pypi-description.rst", "r") as fh:
with open("PKG-INFO", "r") as fh:
long_description = fh.read()

setup(
Expand Down

0 comments on commit d27b076

Please sign in to comment.