We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a0323 commit 4d38ce7Copy full SHA for 4d38ce7
MANIFEST.in
@@ -1,5 +1,5 @@
1
-include README.rst COPYING-GPLV2 COPYING-LGPLV3 MAINTAINERS
+include README.md COPYING-GPLV2 COPYING-LGPLV3 MAINTAINERS
2
include .functests .unittests test-requirements.txt tox.ini test/test.conf
3
-recursive-include gluster *.py
+recursive-include glustercli *.py
4
recursive-include test *.py
5
graft doc
setup.py
@@ -4,15 +4,11 @@
VERSION = "0.7"
6
7
-def read(fname):
8
- return open(os.path.join(os.path.dirname(__file__), fname)).read()
9
-
10
11
setup(
12
name='glustercli',
13
version=VERSION,
14
description='Python bindings for GlusterFS CLI and Metrics collection',
15
- long_description=read('README.md'),
16
license='GPLv2 or LGPLv3+',
17
author='Aravinda Vishwanathapura',
18
author_email='[email protected]',
0 commit comments