We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a10f00 commit 40d1829Copy full SHA for 40d1829
.travis.yml
@@ -2,6 +2,7 @@ language: python
2
python:
3
- "2.7"
4
- "3.5"
5
- - "3.5-dev"
+ - "3.6-dev"
6
+ - "3.6"
7
- "nightly"
8
script: nosetests
setup.py
@@ -2,7 +2,7 @@
setup(
name='scscp',
- version='0.1.0',
+ version='0.1.1',
description='Implementation of the SCSCP protocol',
url='https://github.com/OpenMath/py-scscp',
author='Luca De Feo',
@@ -15,5 +15,5 @@
15
],
16
keywords='openmath scscp',
17
packages=find_packages(),
18
- install_requires=['openmath', 'pexpect'],
+ install_requires=['openmath>=0.1.1', 'pexpect'],
19
)
0 commit comments