Skip to content

Commit

Permalink
add url to setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerry Ma committed May 10, 2017
1 parent 28d6738 commit f98baff
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,7 +5,8 @@
version='0.2.0',
description='Python learning to rank (LTR) toolkit.',
author='Jerry Ma',
author_email='[email protected]',
author_email='[email protected]',
url='https://github.com/jma127/pyltr',
license='BSD-new',

packages=find_packages(),
Expand All @@ -21,5 +22,6 @@
'scipy',
'scikit-learn',
],

zip_safe=True,
)

0 comments on commit f98baff

Please sign in to comment.