Skip to content
This repository was archived by the owner on Jul 8, 2025. It is now read-only.

Commit d27b076

Browse files
Ioannis Begleriscapelastegui
authored andcommitted
renamed pypi-description.rst to PKG-INFO. (#93)
* renamed pypi-description.rst to PKG-INFO. * Updated version number to test pypi release
1 parent 2173abc commit d27b076

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from setuptools import setup, find_packages
22

3-
__version__ = "0.1.3"
3+
__version__ = "0.1.4"
44

55
# -- Edit Start
66
zip_safe = False
@@ -27,7 +27,7 @@
2727
# -- Edit Stop
2828

2929

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

3333
setup(

0 commit comments

Comments
 (0)