unodit icon indicating copy to clipboard operation
unodit copied to clipboard

Dev/create installable package

Open PiGo86 opened this issue 2 years ago • 0 comments

This pull request is aimed to make unodit a python package, installable via pip (fix #17).

To do so, this PR makes some modifications on the file organization, and import statements.

I am not sure of the path detection in config.py file for resources (currently it uses os.path.dirname(__file__)). I understand it should use importlib.resources instead.

For the moment and in my use case (installation with pip via git url), it works as it is.

A second step would be to publish the package on PyPi.

I remain available to exchange on this PR :wink:

PiGo86 avatar Jan 02 '23 17:01 PiGo86