ned14 / pcpp

A C99 preprocessor written in pure Python
Other
220 stars 41 forks source link

README.rst isn't included in the pip package. #4

Closed ntisserand closed 6 years ago

ntisserand commented 7 years ago

I am using Python 2.7.13 on Windows.

pip install pcpp

Collecting pcpp
  Using cached pcpp-1.0.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\nt\appdata\local\temp\pip-build-xdykv7\pcpp\setup.py", line 9, in <module>
        with open(os.path.join(here, 'Readme.rst')) as f:
    IOError: [Errno 2] No such file or directory: 'c:\\users\\nt\\appdata\\local\\temp\\pip-build-xdykv7\\pcpp\\Readme.rst'
ntisserand commented 7 years ago

See also: https://github.com/ned14/pcpp/pull/5

ned14 commented 6 years ago

Fixed