more cleaning

This commit is contained in:
Celine Mercier
2019-09-22 18:52:05 +02:00
parent 4fa38d9886
commit d30f7e7317
5 changed files with 13 additions and 23 deletions

View File

@ -83,13 +83,13 @@ def findPackage(root,base=None):
PACKAGE = "OBITools3"
VERSION = "0.0.9"
VERSION = "1.0.0"
AUTHOR = 'Celine Mercier'
EMAIL = 'celine.mercier@metabarcoding.org'
URL = "http://metabarcoding.org/obitools3"
LICENSE = "CeCILL-V2"
DESCRIPTION = "Tools and library for DNA metabarcoding",
PYTHONMIN = '3.7'
PYTHONMIN = '3.5'
SRC = 'python'
CSRC = 'src'