Skip to content

Commit 0981d1b

Browse files
committed
modified things for pypi
1 parent 2a99a6f commit 0981d1b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

setup.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[metadata]
2+
description-file = README.md

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,10 @@
77
author='Mayukh Bhattacharyya',
88
author_email='[email protected]',
99
license='MIT',
10+
download_url = 'https://github.com/mayukh18/reco/tarball/0.1',
11+
keywords=['recommendation'],
1012
packages=['reco'],
1113
install_requires=['numpy',
1214
'pandas'],
13-
zip_safe=False)
15+
zip_safe=False
16+
)

0 commit comments

Comments
 (0)