Ask for python 3.7
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@ -11,3 +11,5 @@
|
|||||||
/sample/
|
/sample/
|
||||||
/save.temp/
|
/save.temp/
|
||||||
/obitmp/
|
/obitmp/
|
||||||
|
/MANIFEST
|
||||||
|
/dist/
|
||||||
|
2
setup.py
2
setup.py
@ -52,7 +52,7 @@ EMAIL = 'eric@metabarcoding.org'
|
|||||||
URL = "metabarcoding.org/obitools3"
|
URL = "metabarcoding.org/obitools3"
|
||||||
LICENSE = "CeCILL-V2"
|
LICENSE = "CeCILL-V2"
|
||||||
DESCRIPTION = "Tools and library for DNA metabarcoding",
|
DESCRIPTION = "Tools and library for DNA metabarcoding",
|
||||||
PYTHONMIN = '3.6'
|
PYTHONMIN = '3.7'
|
||||||
|
|
||||||
SRC = 'python'
|
SRC = 'python'
|
||||||
CSRC = 'src'
|
CSRC = 'src'
|
||||||
|
Reference in New Issue
Block a user