Files
bonobo/Projectfile
2016-12-09 05:11:50 +01:00

34 lines
528 B
Plaintext

# bonobo (see github.com/python-edgy/project)
name = 'bonobo'
description = ''
license = 'Apache License, Version 2.0'
url = ''
download_url = ''
author = ''
author_email = ''
enable_features = {
'make',
'pytest',
'git',
'pylint',
'python',
}
extras_require = {
'dev': [
'coverage >=4.2,<4.3',
'mock >=2.0,<2.1',
'nose >=1.3,<1.4',
'pylint >=1.6,<1.7',
'pytest >=3,<4',
'pytest-cov >=2.4,<2.5',
'sphinx',
'sphinx_rtd_theme',
],
}