##// END OF EJS Templates
Fixing minor typo in setup.py
Brian E Granger -
Show More
@@ -94,6 +94,7 b" if len(sys.argv) >= 2 and sys.argv[1] in ('sdist','bdist_rpm'):"
94 94 except ImportError:
95 95 pass
96 96 else:
97 pass
97 98 # BEG: This is disabled as I am not sure what to depend on.
98 99 # I actually don't think we should be automatically building
99 100 # the docs for people.
@@ -103,7 +104,7 b" if len(sys.argv) >= 2 and sys.argv[1] in ('sdist','bdist_rpm'):"
103 104 # ('doc/manual/ipython.pdf',
104 105 # ['IPython/Release.py','doc/source/ipython.rst'],
105 106 # "cd docs && python do_sphinx.py")
106 )
107 # )
107 108 [ target_update(*t) for t in to_update ]
108 109
109 110 #---------------------------------------------------------------------------
General Comments 0
You need to be logged in to leave comments. Login now