Skip to content

Commit

Permalink
Finally fixed the installation when using pip install .
Browse files Browse the repository at this point in the history
  • Loading branch information
awicenec committed Sep 17, 2020
1 parent 737b626 commit 065d813
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions daliuge-translator/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dlg/dropmake/web/img/*
dlg/dropmake/web/*.css
dlg/dropmake/web/*.js
dlg/dropmake/web/*.html
dlg/dropmake/lib/*
include dlg/dropmake/web/img/*
include dlg/dropmake/web/*.css
include dlg/dropmake/web/*.js
include dlg/dropmake/web/*.html
include dlg/dropmake/lib/*
2 changes: 1 addition & 1 deletion daliuge-translator/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def write_version_info():
url="https://github.com/ICRAR/daliuge",
license="LGPLv2+",
install_requires=install_requires,
include_package_data=True
include_package_data=True,
packages=find_packages(),
entry_points = {
'dlg.tool_commands': ['translator=dlg.translator.tool_commands']
Expand Down

0 comments on commit 065d813

Please sign in to comment.