holoviz-topics / imagen

ImaGen: Generic Python library for 0D, 1D and 2D pattern distributions
https://imagen.holoviz.org/
BSD 3-Clause "New" or "Revised" License
31 stars 16 forks source link

fix setup.py install target (README.txt->.rst) #15

Closed ivanov closed 11 years ago

ivanov commented 11 years ago

before this commit, setup fails as follows

14:44@imagen(master)$ python setup.py install --user
Traceback (most recent call last):
  File "setup.py", line 44, in <module>
    long_description=open('README.txt').read(),
IOError: [Errno 2] No such file or directory: 'README.txt'

after this commit, the install works

jbednar commented 11 years ago

Thanks!