Skip to content

Commit 4d38ce7

Browse files
committed
Fix Setup.py for Pypi push errors
Signed-off-by: Aravinda Vishwanathapura <[email protected]>
1 parent 86a0323 commit 4d38ce7

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

Diff for: MANIFEST.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
include README.rst COPYING-GPLV2 COPYING-LGPLV3 MAINTAINERS
1+
include README.md COPYING-GPLV2 COPYING-LGPLV3 MAINTAINERS
22
include .functests .unittests test-requirements.txt tox.ini test/test.conf
3-
recursive-include gluster *.py
3+
recursive-include glustercli *.py
44
recursive-include test *.py
55
graft doc

Diff for: setup.py

-4
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,11 @@
44

55
VERSION = "0.7"
66

7-
def read(fname):
8-
return open(os.path.join(os.path.dirname(__file__), fname)).read()
9-
107

118
setup(
129
name='glustercli',
1310
version=VERSION,
1411
description='Python bindings for GlusterFS CLI and Metrics collection',
15-
long_description=read('README.md'),
1612
license='GPLv2 or LGPLv3+',
1713
author='Aravinda Vishwanathapura',
1814
author_email='[email protected]',

0 commit comments

Comments
 (0)