Skip to content

Commit

Permalink
update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed May 18, 2023
1 parent 920a39e commit fa4c152
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hf_hub_ctranslate2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"""Compatability between Huggingface and Ctranslate2."""
# __all__ = ["__version__", "TranslatorCT2fromHfHub", "GeneratorCT2fromHfHub", "MultiLingualTranslatorCT2fromHfHub", "_private"]
from hf_hub_ctranslate2.translate import TranslatorCT2fromHfHub, GeneratorCT2fromHfHub, MultiLingualTranslatorCT2fromHfHub
__version__ = "2.0.4"
__version__ = "2.0.5"
5 changes: 4 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@

setup(
name="hf_hub_ctranslate2",
packages=["hf_hub_ctranslate2"],
packages=find_packages(where="hf_hub_ctranslate2"),
package_dir={
'': 'hf_hub_ctranslate2',
},
version=version,
description=("Connecting Transfromers on HuggingfaceHub with Ctranslate2 "),
long_description=long_description,
Expand Down

0 comments on commit fa4c152

Please sign in to comment.