The new install version based on classical setup.py #1

Merged
coissac merged 15 commits from pip-standard-orig-python into master 2019-03-29 15:25:03 +00:00
37 changed files with 324 additions and 1194 deletions
Showing only changes of commit 6b9da38087 - Show all commits

View File

@ -2,7 +2,8 @@
from obitools3.dms.capi.obitypes cimport index_t
from obitools3.dms.column.column cimport Column
from obitools3.dms.column.column cimport Column, \
Column_multi_elts
cdef class Column_idx(Column) :

View File

@ -29,3 +29,4 @@ cdef class Taxonomy(OBIWrapper) :
cdef class Taxon :
cdef ecotx_t* _pointer
cdef Taxonomy _tax

View File

@ -4,7 +4,6 @@ from obitools3.utils cimport str2bytes, bytes2str, tobytes, tostr
from obitools3.dms.capi.obitaxonomy cimport ecotx_t, OBIDMS_taxonomy_p
from obitools3.dms.dms cimport DMS
from obitools3.dms.dms import DMS
from obitools3.dms.object cimport OBIWrapper