nhmc / Barak

A set of astronomy-related routines for generating Voigt profiles from atomic data, reading and writing data, working with SEDs and passbands.
Other
19 stars 7 forks source link

SyntaxErrors #2

Open cdeil opened 11 years ago

cdeil commented 11 years ago

Hey, some of this stuff is useful for me!

To make the install work, in setup.py can you change:

-with open('README') as fh:
+with open('README.rst') as fh:

and fix the SyntaxErrors? https://gist.github.com/cdeil/5729097

nhmc commented 11 years ago

Thanks for opening this issue! I just committed the setup.py fix.

I'm not sure what's causing the syntax errors - I can't reproduce them on my linux machine using Python 2.7.3, and a quick Google search hasn't turned up anything. I'll try to see what the problem is when I get some more free time.