Closed jankatins closed 9 years ago
Hi @JanSchulz,
Thanks for contributing. I am not really used to entry_points but it seems ok!
However, the import replacement you did doesn't work as is (from pyment.pyment
to from pyment
). You should add the imported items to pyment/__init__.py
first (as done for PyComment
).
Can you fix it and propose a new pull request please?
Finally I fixed it. Thanks again for your help!
Without this, on windows, we only get a
scripts\pyment
file, which is not executeable under windows.