purepng icon indicating copy to clipboard operation
purepng copied to clipboard

"python setup.py develop" does not work

Open brechtm opened this issue 9 years ago • 2 comments

This seems to be due to a missing feature in setuptools. See https://bitbucket.org/tarek/distribute/issue/177/setuppy-develop-doesnt-support-package_dir

The workaround suggested in a comment to symlink 'code/png' to 'png' seems to work for me.

brechtm avatar Jul 03 '15 07:07 brechtm

symlink is very non-portable way.

I will rework code to png package and examples directory after 0.2

Scondo avatar Jul 10 '15 15:07 Scondo

check https://github.com/Scondo/purepng/commit/810aad82776eca4188872336cc4f6a179b9f47ed

Scondo avatar Sep 30 '16 15:09 Scondo