net.sf.mavenjython.setuptools-0.6c11-py2.7.egg Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jython-compile-maven-plugin Show documentation
Show all versions of jython-compile-maven-plugin Show documentation
Allows your project to integrate jython/python
scripting including python libraries
(installed using easy_install).
The newest version!
#!/bin/sh
if [ `basename $0` = "setuptools-0.6c11-py2.7.egg" ]
then exec python2.7 -c "import sys, os; sys.path.insert(0, os.path.abspath('$0')); from setuptools.command.easy_install import bootstrap; sys.exit(bootstrap())" "$@"
else
echo $0 is not the correct name for this egg file.
echo Please rename it back to setuptools-0.6c11-py2.7.egg and try again.
exec false
fi
PK F??