Skip to content

Commit 2f2de9e

Browse files
committed
Merge branch 'master' into develop
2 parents 4571857 + d28d05c commit 2f2de9e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setup.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
[bdist_wininst]
2-
bitmap=cluster.bmp
1+
[bdist_wheel]
2+
universal=1

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
from distutils.core import setup
1+
from setuptools import setup
22

33
readme_contents = open("README.rst").read()
44

@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name='cluster',
13-
version='1.2.2',
13+
version=open('cluster/version.txt').read().strip(),
1414
author='Michel Albert',
1515
author_email='[email protected]',
1616
url='https://github.com/exhuma/python-cluster',

0 commit comments

Comments
 (0)