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 4571857 + d28d05c commit 2f2de9eCopy full SHA for 2f2de9e
setup.cfg
@@ -1,2 +1,2 @@
1
-[bdist_wininst]
2
-bitmap=cluster.bmp
+[bdist_wheel]
+universal=1
setup.py
@@ -1,4 +1,4 @@
-from distutils.core import setup
+from setuptools import setup
3
readme_contents = open("README.rst").read()
4
@@ -10,7 +10,7 @@
10
11
setup(
12
name='cluster',
13
- version='1.2.2',
+ version=open('cluster/version.txt').read().strip(),
14
author='Michel Albert',
15
author_email='[email protected]',
16
url='https://github.com/exhuma/python-cluster',
0 commit comments