Code refactoring, fix setup.py

All changes:
- full PEP8 compliance
- move sources from src/qweechat/ to qweechat/
- move data from data/icons/ to qweechat/data/icons/
- sources validated with PEP8
- use setuptools in setup.py, fix path of data files
This commit is contained in:
Sébastien Helleu 2014-05-08 17:40:31 +02:00
parent 42f3541246
commit 77df9d06f7
33 changed files with 953 additions and 728 deletions

5
.gitignore vendored
View file

@ -1,6 +1,9 @@
# Ignored files for Git
*.pyc
*.pyo
MANIFEST
build/*
dist/*
*.pyc
qweechat.egg-info/*
src/qweechat.egg-info/*