It looks like something has broken during the refactor perhaps. Essentially, I'm unable to install newspaper either from a local directory or via git using pip.
setup.py specifies the newspaper.data package as a dependency, but the data/ directory doesn't exist any more and the install therefore fails.
It looks like something has broken during the refactor perhaps. Essentially, I'm unable to install
newspapereither from a local directory or via git usingpip.setup.pyspecifies thenewspaper.datapackage as a dependency, but thedata/directory doesn't exist any more and the install therefore fails.