jaredks / tweetokenize

Tokenization and pre-processing for Twitter data used to train classifiers.
BSD 3-Clause "New" or "Revised" License
71 stars 33 forks source link

Installing results in FileNotFoundError: [Errno 2] No such file or directory: 'README.md' #5

Open ejohb opened 6 years ago

ejohb commented 6 years ago

Command:

python.exe -m pip install https://testpypi.python.org/packages/e0/d3/85ec655e244873a487243a80e2c0b248a3c91d6d5b3d2e792715606684c7/tweetokenize-1.0.1.tar.gz

Collecting https://testpypi.python.org/packages/e0/d3/85ec655e244873a487243a80e2c0b248a3c91d6d5b3d2e792715606684c7/tweetokenize-1.0.1.tar.gz
  Downloading https://testpypi.python.org/packages/e0/d3/85ec655e244873a487243a80e2c0b248a3c91d6d5b3d2e792715606684c7/tweetokenize-1.0.1.tar.gz
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):
      File "<string>", line 1, in <module>
      File "C:\Users\Edward\AppData\Local\Temp\pip-cn7l8kbc-build\setup.py", line 13, in <module>
        long_description=open('README.md').read() + '\n\n' + open('CHANGES').read(),
    FileNotFoundError: [Errno 2] No such file or directory: 'README.md'
zhenghy commented 5 years ago

add include README.md to file MANIFEST.in. if file no exist , create it.