hardayal / hamcrest

Automatically exported from code.google.com/p/hamcrest
0 stars 0 forks source link

hamcrest-python package is missing the README.md file #133

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When running setup.py for pyhamcrest >= 1.1, this error occurs:

Downloading/unpacking pyhamcrest>1.1
  Using download cache from /Users/crose/projects/advanis/9163_saas/cati_admin_tool/.tox/_download/http%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2FP%2FPyHamcrest%2FPyHamcrest-1.2.tar.gz
  Running setup.py egg_info for package pyhamcrest
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
      File "/Users/crose/projects/advanis/9163_saas/cati_admin_tool/.tox/py26/build/pyhamcrest/setup.py", line 22, in <module>
        long_description=read('README.md'),
      File "/Users/crose/projects/advanis/9163_saas/cati_admin_tool/.tox/py26/build/pyhamcrest/setup.py", line 6, in read
        return open(os.path.join(os.path.dirname(__file__), fname)).read()
    IOError: [Errno 2] No such file or directory: '/Users/crose/projects/advanis/9163_saas/cati_admin_tool/.tox/py26/build/pyhamcrest/README.md'
    Complete output from command python setup.py egg_info:
    Traceback (most recent call last):

  File "<string>", line 14, in <module>

  File "/Users/crose/projects/advanis/9163_saas/cati_admin_tool/.tox/py26/build/pyhamcrest/setup.py", line 22, in <module>

    long_description=read('README.md'),

  File "/Users/crose/projects/advanis/9163_saas/cati_admin_tool/.tox/py26/build/pyhamcrest/setup.py", line 6, in read

    return open(os.path.join(os.path.dirname(__file__), fname)).read()

IOError: [Errno 2] No such file or directory: 
'/Users/crose/projects/advanis/9163_saas/cati_admin_tool/.tox/py26/build/pyhamcr
est/README.md'

This is clearly because MANIFEST.in refers to README.txt, but the readme file 
in the svn repository is README.md.

Original issue reported on code.google.com by off...@offby1.net on 4 Jan 2011 at 6:12

GoogleCodeExporter commented 8 years ago
Fixed in 1.2.1

Original comment by jon.m.r...@gmail.com on 16 Jan 2011 at 6:30

GoogleCodeExporter commented 8 years ago

Original comment by jon.m.r...@gmail.com on 16 Jan 2011 at 6:33