Browse Source

point to the correct entry point..

main
John-Mark Gurney 2 years ago
parent
commit
bb28fff062
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      ui/setup.py

+ 1
- 1
ui/setup.py View File

@@ -36,7 +36,7 @@ setup(
},
entry_points={
'console_scripts': [
'medashare = medashare.__main__:main',
'medashare = medashare.cli:main',
]
}
)

Loading…
Cancel
Save