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.
2 parents 9201d20 + 35742f2 commit e5fce3dCopy full SHA for e5fce3d
INSTALL
@@ -18,7 +18,7 @@ Untar the archive::
18
tar xf <filename.tar.gz>
19
20
Next, go to the folder just created. It will have the same name as the package
21
-(for example "cluster-1.2.1") and run::
+(for example "cluster-1.2.2") and run::
22
23
python setup.py install
24
MANIFEST.in
@@ -1,2 +1,2 @@
1
-include README LICENSE CHANGELOG
2
-include *.py cluster.bmp MANIFEST.in
+include README.rst LICENSE CHANGELOG
+include *.py cluster.bmp
setup.py
@@ -10,7 +10,7 @@
10
11
setup(
12
name='cluster',
13
- version='1.2.1',
+ version='1.2.2',
14
author='Michel Albert',
15
author_email='[email protected]',
16
url='https://github.com/exhuma/python-cluster',
0 commit comments