MANIFEST.in
README.rst
setup.cfg
setup.py
cinema/__init__.py
cinema/actor.py
cinema/movie.py
cinema/series.py
cinema.egg-info/PKG-INFO
cinema.egg-info/SOURCES.txt
cinema.egg-info/dependency_links.txt
cinema.egg-info/entry_points.txt
cinema.egg-info/requires.txt
cinema.egg-info/top_level.txt
scripts/__init__.py
scripts/watch_movie.py
tests/__init__.py
tests/test_movie.py