Add dependency to ipython
This commit is contained in:
@ -3,3 +3,4 @@ Cython>=0.21
|
|||||||
Sphinx>=1.2.0
|
Sphinx>=1.2.0
|
||||||
wheel>=0.24.0
|
wheel>=0.24.0
|
||||||
virtualenv>=1.11.0
|
virtualenv>=1.11.0
|
||||||
|
ipython>=3.0.0
|
||||||
|
2
setup.py
2
setup.py
@ -19,7 +19,7 @@ from os import path
|
|||||||
|
|
||||||
|
|
||||||
PACKAGE = "OBITools"
|
PACKAGE = "OBITools"
|
||||||
VERSION = "1.1.2"
|
VERSION = "1.1.3"
|
||||||
AUTHOR = 'Eric Coissac'
|
AUTHOR = 'Eric Coissac'
|
||||||
EMAIL = 'eric@coissac.eu'
|
EMAIL = 'eric@coissac.eu'
|
||||||
URL = 'metabarcoding.org/obitools'
|
URL = 'metabarcoding.org/obitools'
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
major = 1
|
major = 1
|
||||||
minor = 1
|
minor = 1
|
||||||
serial= '2'
|
serial= '3'
|
||||||
|
|
||||||
version = "%2d.%02d %s" % (major,minor,serial)
|
version = "%2d.%02d %s" % (major,minor,serial)
|
||||||
|
Reference in New Issue
Block a user