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.
1 parent f4de0e6 commit 2f45931Copy full SHA for 2f45931
tools/setup.py
@@ -1,12 +1,12 @@
1
from setuptools import setup
2
3
setup(name='cmsh',
4
- version='0.3',
5
- description="High level interface over Mate Soos's pycryptosat from CryptoMiniSat",
+ version='0.4',
+ description="High level interface over Mate Soos's CryptoMiniSat",
6
url='http://github.com/cipherboy/cmsh',
7
author='Alexander Scheel',
8
author_email='[email protected]',
9
- license='GPLv2',
+ license='GPLv3',
10
packages=['cmsh'],
11
install_requires=[],
12
- zip_safe=True)
+ zip_safe=False)
0 commit comments