NITDgpOS / UIP

A library, to customize your desktop wallpapers.
https://nitdgpos.github.io/projects/UIP
GNU Affero General Public License v3.0
19 stars 45 forks source link

Setup.py : Removed non-descriptive comments #245

Closed lohani2280 closed 7 years ago

lohani2280 commented 7 years ago

removed all comments that were non-descriptive and just take up lines ,except for entry_points.

Fixes #129

lohani2280 commented 7 years ago

@abhsag24 i dont understand y am i having linting issues everytime i try to fix this issue??

nkprince007 commented 7 years ago

@lohani2280, calm down, linting issues are bound to happen at any point of time while refactoring the code. So, it isn't just your fault. First install coala on your system and run it in the home directory, it'll show you all possible errors. Just fix them manually and you're good to go.