Skip to content

Commit

Permalink
Merge pull request #86 from MAIF/hotfix/import_connector
Browse files Browse the repository at this point in the history
Closes #85 hotfix to enable import of connectors
  • Loading branch information
TFA-MAIF committed Jun 7, 2021
2 parents d4d8e29 + 15b4700 commit 9cdc898
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
"melusine.summarizer": "melusine/summarizer",
"melusine.models": "melusine/models",
"melusine.data": "melusine/data",
"melusine.connectors": "melusine/connectors",
},
packages=[
"melusine",
Expand All @@ -87,6 +88,7 @@
"melusine.summarizer",
"melusine.models",
"melusine.data",
"melusine.connectors",
],
data_files=[
("config", ["melusine/config/conf.json"]),
Expand Down

0 comments on commit 9cdc898

Please sign in to comment.