python-ls icon indicating copy to clipboard operation
python-ls copied to clipboard

Publish to conda-forge

Open gabrielcnr opened this issue 7 years ago • 1 comments

@nicoddemus could help here? ;-)

gabrielcnr avatar Jul 26 '18 22:07 gabrielcnr

Hmm while trying to create the package I noticed it is broken in Python 3.

  File "D:\Miniconda3\conda-bld\python-ls_1532647931264\_test_env\lib\site-packages\python_ls\__init__.py", line 1, in <module>
    from _ls import iter_ls, ls, xdir
ModuleNotFoundError: No module named '_ls'

It should be:

from ._ls import iter_ls, ls, xdir

I suggest to add Travis testing first. 😉

nicoddemus avatar Jul 26 '18 23:07 nicoddemus