Skip to content

Commit

Permalink
fix issue with config loading
Browse files Browse the repository at this point in the history
  • Loading branch information
brianhie committed Nov 15, 2024
1 parent 1f42724 commit 15bb34b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
include requirements.txt
include evo/configs/evo-1-8k-base_inference.yml
include evo/configs/evo-1-131k-base_inference.yml
2 changes: 1 addition & 1 deletion evo/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = '0.2'
version = '0.2.1'
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
license='Apache-2.0',
packages=sources.keys(),
package_data={'evo': ['evo/configs/*.yml']},
data_files=[('', ['requirements.txt'])],
include_package_data=True,
package_dir=sources,
install_requires=requirements,
Expand Down

0 comments on commit 15bb34b

Please sign in to comment.