Skip to content

Commit

Permalink
set manifest and fix for source dist (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
winglian authored Nov 19, 2024
1 parent 5f6f918 commit 02ca3f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
include requirements.txt
include README.md
include LICENSE
recursive-include axolotl *.py
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ def parse_requirements():
description="LLM Trainer",
long_description="Axolotl is a tool designed to streamline the fine-tuning of various AI models, offering support for multiple configurations and architectures.",
package_dir={"": "src"},
packages=find_packages(),
packages=find_packages("src"),
install_requires=install_requires,
dependency_links=dependency_links,
extras_require={
Expand Down

0 comments on commit 02ca3f9

Please sign in to comment.