Skip to content

Commit 2507324

Browse files
author
Scott Sanderson
committed
REL: 1.5.3
Release 1.5.2 was uploaded without a package description.
1 parent 73bfc7d commit 2507324

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

setup.py

+3-5
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
#!/usr/bin/env python
22
from setuptools import setup, find_packages
3-
import sys
43

54
long_description = ''
65

7-
if 'upload' in sys.argv:
8-
with open('README.rst') as f:
9-
long_description = f.read()
6+
with open('README.rst') as f:
7+
long_description = f.read()
108

119

1210
def extras_require():
@@ -30,7 +28,7 @@ def install_requires():
3028

3129
setup(
3230
name='python-interface',
33-
version='1.5.2',
31+
version='1.5.3',
3432
description="Pythonic Interface definitions",
3533
author="Scott Sanderson",
3634
author_email="[email protected]",

0 commit comments

Comments
 (0)