multiSnow / mcomix3

End of Fork
Other
97 stars 39 forks source link

installable setup.py #75

Closed rachmadaniHaryono closed 5 years ago

rachmadaniHaryono commented 5 years ago

hi, i made setup.py installable with some hack here

https://github.com/rachmadaniHaryono/Comix/tree/feature/installable-setup

before it can be used it require all files under mcomix/mcomix to be moved upper directory

tested on ubuntu 18.04 python 3.6.7

finished branch https://github.com/rachmadaniHaryono/Comix/tree/feature/moved-files

branch feature/moved-files can create installable tar.gz file by running python setup.py sdist