Skip to content

Commit

Permalink
Merge pull request optuna#247 from pfnet/iwiwi-patch-1
Browse files Browse the repository at this point in the history
Add `url` information to `setup.py`
  • Loading branch information
iwiwi authored Dec 3, 2018
2 parents a568212 + 1f77c6c commit b07b0c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def find_any_distribution(pkgs):
description='',
author='Takuya Akiba',
author_email='[email protected]',
url='https://optuna.org/',
packages=find_packages(),
install_requires=get_install_requires(),
tests_require=get_extras_require()['testing'],
Expand Down

0 comments on commit b07b0c0

Please sign in to comment.