mirror of
https://github.com/instaloader/instaloader.git
synced 2024-11-04 09:22:29 +01:00
c2957e389f
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.
5 lines
48 B
Plaintext
5 lines
48 B
Plaintext
__pycache__/
|
|
build/
|
|
dist/
|
|
instaloader.egg-info/
|