Skip to content

Commit

Permalink
Cleans up packages + commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
elijahbenizzy committed Jun 11, 2024
1 parent de201bb commit 025945c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
7 changes: 0 additions & 7 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@ def load_server_requirements():
author_email="stefan@dagworks.io,elijah@dagworks.io",
url="https://github.com/dagworks-inc/hamilton",
packages=find_packages(exclude=["tests"], include=["hamilton", "hamilton.*"]),
# package_data={
# "hamilton": [
# "ui/server/build/**/*",
# "hamilton/server/**/*",
# "hamilton/server/build/**/*"
# ]
# },
include_package_data=True,
install_requires=load_requirements(),
zip_safe=False,
Expand Down
6 changes: 3 additions & 3 deletions ui/frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 025945c

Please sign in to comment.