Skip to content

Commit

Permalink
pip installable (#1)
Browse files Browse the repository at this point in the history
* __init__ for pip install

* add manifest

* remove comment
  • Loading branch information
sagadre authored Aug 24, 2023
1 parent 238bde0 commit 0fc8757
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
include open_lm/model_configs/*.json
Empty file.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,5 @@ def _read_reqs(relpath):
url="https://github.com/mlfoundations/open_lm",
license="MIT",
packages=find_packages(),
package_data={"": ["open_lm/model_configs/*.json"]},
include_package_data=True,
)

0 comments on commit 0fc8757

Please sign in to comment.