We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73bfc7d commit 2507324Copy full SHA for 2507324
setup.py
@@ -1,12 +1,10 @@
1
#!/usr/bin/env python
2
from setuptools import setup, find_packages
3
-import sys
4
5
long_description = ''
6
7
-if 'upload' in sys.argv:
8
- with open('README.rst') as f:
9
- long_description = f.read()
+with open('README.rst') as f:
+ long_description = f.read()
10
11
12
def extras_require():
@@ -30,7 +28,7 @@ def install_requires():
30
28
31
29
setup(
32
name='python-interface',
33
- version='1.5.2',
+ version='1.5.3',
34
description="Pythonic Interface definitions",
35
author="Scott Sanderson",
36
author_email="[email protected]",
0 commit comments