This commit is contained in:
parent
2207bea6eb
commit
c57baa1f11
|
@ -4,7 +4,7 @@ import sys
|
||||||
sys.path.append('..')
|
sys.path.append('..')
|
||||||
sys.path.append('.')
|
sys.path.append('.')
|
||||||
import mitogen
|
import mitogen
|
||||||
VERSION = '%s.%s.%s' % mitogen.__version__
|
VERSION = '%s.%s.%s' % mitogen.__version__[:3]
|
||||||
|
|
||||||
author = u'Network Genomics'
|
author = u'Network Genomics'
|
||||||
copyright = u'2021, the Mitogen authors'
|
copyright = u'2021, the Mitogen authors'
|
||||||
|
|
Loading…
Reference in New Issue