Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
New upstream version 1.2.12+dfsg
· 89499efe
Andreas Tille
authored
Jan 21, 2019
89499efe
New upstream version 1.2.12+dfsg
· fb0fe852
Andreas Tille
authored
Jan 21, 2019
fb0fe852
Show whitespace changes
Inline
Side-by-side
PKG-INFO
View file @
fb0fe852
Metadata-Version: 1.1
Name: OBITools
Version: 1.2.1
1
Version: 1.2.1
2
Summary: Scripts and library for sequence analysis
Home-page: http://metabarcoding.org/obitools
Author: Eric Coissac
...
...
doc/sphinx/source/conf.py
View file @
fb0fe852
...
...
@@ -38,7 +38,7 @@ import obitools.version
extensions
=
[
'
sphinx.ext.autodoc
'
,
'
sphinx.ext.todo
'
,
'
sphinx.ext.coverage
'
,
'
sphinx.ext.viewcode
'
,
'
sphinx.ext.graphviz
'
,
'
sphinx.ext.inheritance_diagram
'
,
'
sphinx.ext.
pn
gmath
'
,
'
sphinx.ext.
im
gmath
'
,
# 'matplotlib.sphinxext.mathmpl',
# 'matplotlib.sphinxext.only_directives',
# 'matplotlib.sphinxext.plot_directive',
...
...
setup.cfg
View file @
fb0fe852
[egg_info]
tag_build
=
tag_date = 0
tag_svn_revision
=
0
setup.py
View file @
fb0fe852
...
...
@@ -19,7 +19,7 @@ from os import path
PACKAGE
=
"
OBITools
"
VERSION
=
"
1.2.1
1
"
VERSION
=
"
1.2.1
2
"
AUTHOR
=
'
Eric Coissac
'
EMAIL
=
'
eric@coissac.eu
'
URL
=
'
http://metabarcoding.org/obitools
'
...
...
src/obitools/version.py
View file @
fb0fe852
major
=
1
minor
=
2
serial
=
'
1
1
'
serial
=
'
1
2
'
version
=
"
%2d.%02d %s
"
%
(
major
,
minor
,
serial
)