DocNow / twarc-csv

A plugin for twarc2 for converting tweet JSON into DataFrames and exporting to CSV.
MIT License
31 stars 10 forks source link

Add `pyproject.toml` #56

Closed igorbrigadir closed 1 year ago

igorbrigadir commented 1 year ago

Installing in newer pip / python versions gives a warning:

DEPRECATION: twarc-csv is being installed using the legacy 'setup.py install' method, because it does not have a 'pyproject.toml' and the 'wheel' package is not installed. pip 23.1 will enforce this behaviour change. A possible replacement is to enable the '--use-pep517' option. Discussion can be found at https://github.com/pypa/pip/issues/8559