Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidenunes authored Oct 27, 2018
1 parent 75deeae commit 4f30504
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,10 @@
setup(name='exp',
version='0.3',
description='Python tool do design and run experiments with global optimisation and grid search',
licence='apache-2.0',
author='Davide Nunes',
author_email='[email protected]',
author_email='[email protected]',
url = 'https://github.com/davidenunes/exp',
packages=['exp'],
install_requires=[
'toml',
Expand Down

0 comments on commit 4f30504

Please sign in to comment.