Commit 9ee998fd authored by rusty1s's avatar rusty1s
Browse files

better keywords

parent b198e864
...@@ -33,8 +33,10 @@ setup( ...@@ -33,8 +33,10 @@ setup(
url=url, url=url,
download_url='{}/archive/{}.tar.gz'.format(url, __version__), download_url='{}/archive/{}.tar.gz'.format(url, __version__),
keywords=[ keywords=[
'pytorch', 'cnn', 'spline-cnn', 'geometric-deep-learning', 'graph', 'pytorch',
'mesh', 'neural-networks' 'geometric-deep-learning',
'graph-neural-networks',
'spline-cnn',
], ],
install_requires=install_requires, install_requires=install_requires,
setup_requires=setup_requires, setup_requires=setup_requires,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment