distutils - Is is possible to install without the .py extensions

J

Jari Aalto

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='',
author_email='',
long_description="""
""",
scripts = ['program,py'],
packages = ['''],
)

Is there any way to fix the installation (postinstall or something), so
that the the result is:

/usr/bin/program

instead of:

/usr/bin/program.py

Jari
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top