Skip to content

Commit 0e70a12

Browse files
craymichaelfacebook-github-bot
authored andcommitted
Add additional keywords to setup.py (#1501)
Summary: Pull Request resolved: #1501 Add additional relevant keywords to setup.py that might help visibility https://packaging.python.org/en/latest/specifications/core-metadata/#core-metadata-keywords Reviewed By: cyrjano Differential Revision: D69695281 fbshipit-source-id: a91cf4c0a4671b8156b4d67900acce2c5effee6d
1 parent 087325a commit 0e70a12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,14 @@ def get_package_files(root, subdirs):
131131
"conda": "https://anaconda.org/pytorch/captum",
132132
},
133133
keywords=[
134+
"Model Interpretability",
135+
"Model Understanding",
134136
"Model Interpretability",
135137
"Model Understanding",
136138
"Feature Importance",
137139
"Neuron Importance",
140+
"Data Attribution",
141+
"Explainable AI",
138142
"PyTorch",
139143
],
140144
classifiers=[

0 commit comments

Comments
 (0)