Skip to content

Commit

Permalink
Correctly add data files to package
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrilvallez committed Dec 4, 2023
1 parent e50d58f commit 5b9cf56
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include llm-engine/data/*.txt
recursive-include textwiz/data/memory_estimator **.json
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ version = {attr = "textwiz.__version__"}


[project.urls]
Homepage = "https://github.com/pypa/sampleproject"
Issues = "https://github.com/pypa/sampleproject/issues"
Changelog = "https://github.com/me/spam/blob/master/CHANGELOG.md"
Homepage = "https://github.com/Cyrilvallez/TextWiz"
Issues = "https://github.com/Cyrilvallez/TextWiz/issues"
Changelog = "https://github.com/Cyrilvallez/TextWiz/blob/main/CHANGELOG.md"
2 changes: 1 addition & 1 deletion textwiz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from textwiz import warnings_suppressor


__version__ = '0.0.1'
__version__ = '0.0.4'


def is_chat_model(model_name: str) -> bool:
Expand Down

0 comments on commit 5b9cf56

Please sign in to comment.