skimhub / salesforce-python-toolkit

Automatically exported from code.google.com/p/salesforce-python-toolkit
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Build script #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Addition of build script (see patch).

Original issue reported on code.google.com by steve.mi...@gmail.com on 23 Sep 2010 at 8:19

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks Steve!  I'll include it in the next release (hopefully this weekend).

Original comment by dlanst...@gmail.com on 23 Sep 2010 at 11:14

GoogleCodeExporter commented 8 years ago
it would help to add

    install_requires = ['suds==0.3.9'],

to the script so pip/easy_install can automatically install it as a dependency 
(and help avoid people using the wrong version).

Original comment by jeff.lau...@gmail.com on 23 May 2011 at 2:49

GoogleCodeExporter commented 8 years ago
Thanks so much for the patch, and good call on the install_requires.  Sorry for 
the delay, now in trunk/.

Original comment by dlanst...@gmail.com on 9 Jun 2011 at 6:12