update setup
This commit is contained in:
2
Makefile
2
Makefile
@ -1,7 +1,7 @@
|
||||
# This file has been auto-generated.
|
||||
# All changes will be lost, see Projectfile.
|
||||
#
|
||||
# Updated at 2016-12-09 05:11:13.084703
|
||||
# Updated at 2016-12-09 05:37:33.079110
|
||||
|
||||
PYTHON ?= $(shell which python)
|
||||
PYTHON_BASENAME ?= $(shell basename $(PYTHON))
|
||||
|
||||
10
Projectfile
10
Projectfile
@ -1,14 +1,14 @@
|
||||
# bonobo (see github.com/python-edgy/project)
|
||||
|
||||
name = 'bonobo'
|
||||
description = ''
|
||||
description = 'Bonobo'
|
||||
license = 'Apache License, Version 2.0'
|
||||
|
||||
url = ''
|
||||
download_url = ''
|
||||
url = 'https://github.com/hartym/bonobo'
|
||||
download_url = 'https://github.com/hartym/bonobo'
|
||||
|
||||
author = ''
|
||||
author_email = ''
|
||||
author = 'Romain Dorgueil'
|
||||
author_email = 'romain@dorgueil.net'
|
||||
|
||||
enable_features = {
|
||||
'make',
|
||||
|
||||
6
setup.py
6
setup.py
@ -17,7 +17,7 @@ except:
|
||||
|
||||
setup(
|
||||
name = 'bonobo',
|
||||
description = '',
|
||||
description = 'Bonobo',
|
||||
license = 'Apache License, Version 2.0',
|
||||
install_requires = [],
|
||||
version = version,
|
||||
@ -33,6 +33,6 @@ setup(
|
||||
'pytest-cov >=2.4,<2.5',
|
||||
'sphinx',
|
||||
'sphinx_rtd_theme']},
|
||||
url = '',
|
||||
download_url = ''.format(version=version),
|
||||
url = 'https://github.com/hartym/bonobo',
|
||||
download_url = 'https://github.com/hartym/bonobo'.format(version=version),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user