taraslayshchuk / es2csv

Export from an Elasticsearch into a CSV file
Apache License 2.0
510 stars 191 forks source link

HISTORY.rst isn't included in the distribution #38

Closed NicholasRBowers closed 6 years ago

NicholasRBowers commented 6 years ago

Don't think that the HISTORY.rst file is included in the distribution. Installing directly from source works just fine.

pip3 install es2csv --user
Collecting es2csv
  Using cached es2csv-5.2.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "/tmp/pip-build-w54tvjbj/es2csv/setup.py", line 26, in <module>
        with open('HISTORY.rst') as history_file:
    FileNotFoundError: [Errno 2] No such file or directory: 'HISTORY.rst'
taraslayshchuk commented 6 years ago

Duplicate #33