Stunkymonkey / nautilus-open-any-terminal

GNU General Public License v3.0
536 stars 54 forks source link

introduce pyproject.toml #103

Closed Stunkymonkey closed 8 months ago

lvxnull commented 8 months ago

Installation through pip is broken(it installs to /usr/lib/python<ver>/site-packages/src instead of something sensible like nautilus-open-any-terminal). To fix this you must either change the project file layout to match one of the supported setuptools project layouts or find a way to tell setuptools that the module under src is actually called nautilus-open-any-terminal.

Stunkymonkey commented 8 months ago

I guess this originated from the setup.py, because it reads the folder where the files are located. So I simply reverted the renaming. If we really want to do it we should do this in another PR. This one is already big enough.