ColorPy icon indicating copy to clipboard operation
ColorPy copied to clipboard

Maintaince fixes

Open KOLANICH opened this issue 2 years ago • 3 comments

KOLANICH avatar Feb 16 '23 18:02 KOLANICH

I have a problem getting my python to run your program. Can I send you the comments I have after execution?

sarc2202 avatar Jul 09 '23 01:07 sarc2202

Can I send you the comments I have after execution?

Don't ask to ask, just ask. In order to build a package you need to use python3 -m build. Then the package is installed via pip install ./dist/*.whl. python3 ./setup.py ... is an obsolete way and should never be used anymore.

KOLANICH avatar Jul 10 '23 09:07 KOLANICH

And it is not my program. I just did some maintaince fixes making it more convenient and a bit more secure for me to use it.

KOLANICH avatar Jul 10 '23 09:07 KOLANICH