Jari Aalto wrote:
> * Fri 2008-03-07 Robert Kern <[EMAIL PROTECTED]> gmane.comp.python.general
> * Message-Id: [EMAIL PROTECTED]
>
> setup(name='program',
>>> ...
> scripts = ['program,py'],
> )
> that the the result is:
>
> /usr/bin/program
>
>>
* Fri 2008-03-07 Robert Kern <[EMAIL PROTECTED]> gmane.comp.python.general
* Message-Id: [EMAIL PROTECTED]
setup(name='program',
>> ...
scripts = ['program,py'],
)
that the the result is:
/usr/bin/program
instead of:
/us
Jari Aalto wrote:
> * Fri 2008-03-07 Robert Kern <[EMAIL PROTECTED]> gmane.comp.python.general
> * Message-Id: [EMAIL PROTECTED]
>> Jari Aalto wrote:
>>> #!/usr/bin/python
>>>
>>> from distutils.core import setup
>>> import glob
>>>
>>> setup(name='program',
> ...
>>> scri
* Fri 2008-03-07 Robert Kern <[EMAIL PROTECTED]> gmane.comp.python.general
* Message-Id: [EMAIL PROTECTED]
> Jari Aalto wrote:
>> #!/usr/bin/python
>>
>> from distutils.core import setup
>> import glob
>>
>> setup(name='program',
...
>> scripts = ['program,py'],
>>
Jari Aalto wrote:
> Given following setup.py stanza:
>
> #!/usr/bin/python
>
> from distutils.core import setup
> import glob
>
> setup(name='program',
> description='',
> keywords='',
> version='',
> url='',
> download_url='',
>
Given following setup.py stanza:
#!/usr/bin/python
from distutils.core import setup
import glob
setup(name='program',
description='',
keywords='',
version='',
url='',
download_url='',
license='',
author='',