Skip to content

Commit

Permalink
minor changes to setup.py and added setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
amit-sharma committed Mar 17, 2020
1 parent e60739a commit cbcb9e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[metadata]
description-file = README.rst
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
author_email="[email protected]",
description="Generates Diverse Counterfactual Explanations for machine learning models",
long_description=long_description,
long_description_content_type="text/markdown",
long_description_content_type="text/x-rst",
url="https://github.com/microsoft/DiCE",
packages=setuptools.find_packages(), #setuptools.find_packages(), ['dice_ml', 'dice_ml.data_interfaces', 'dice_ml.dice_interfaces', 'dice_ml.model_interfaces', 'dice_ml.utils']
classifiers=[
Expand Down

0 comments on commit cbcb9e8

Please sign in to comment.