This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
medashare
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
point to the correct entry point..
main
John-Mark Gurney
2 years ago
parent
21dfa9e3c5
commit
bb28fff062
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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',
]
}
)
Write
Preview
Loading…
Cancel
Save