##// END OF EJS Templates
Fixed formatting
Nir Schulman -
Show More
@@ -139,9 +139,7 b" setup_args['cmdclass'] = {"
139 'install_scripts_sym': install_scripts_for_symlink,
139 'install_scripts_sym': install_scripts_for_symlink,
140 'unsymlink': unsymlink,
140 'unsymlink': unsymlink,
141 }
141 }
142 setup_args["entry_points"] = {
142 setup_args["entry_points"] = {"console_scripts": find_entry_points()}
143 "console_scripts": find_entry_points()
144 }
145
143
146 #---------------------------------------------------------------------------
144 #---------------------------------------------------------------------------
147 # Do the actual setup now
145 # Do the actual setup now
General Comments 0
You need to be logged in to leave comments. Login now