Have setuptools setup.py for serious distribution

This is a) cooler and b) a requirement for deploying it on PyPI.

It removes need of __all__ shit (which is hard to keep updated), and
allows installing instaloader easily as a global module and executable.
Additionally it removes __init__.py.
This commit is contained in:
Alexander Graf
2016-09-18 14:38:58 +02:00
parent 70c91e000e
commit c2957e389f
5 changed files with 65 additions and 28 deletions

4
.gitignore vendored
View File

@@ -1,2 +1,4 @@
__pycache__/
.idea
build/
dist/
instaloader.egg-info/