{ "info": { "author": "Axel Juraske", "author_email": "axel.juraske@short-report.de", "bugtrack_url": null, "classifiers": [], "description": "=================\nsetuptools_freeze\n=================\nIntegrate \"pyinstaller\" to \"setuptools\". This will make it easy to freeze your\npackage. More precisely, it will create a executable file form the console\nscripts entry points in your package.\n\n\nHow to use\n----------\nAdd \"setuptools_freeze\" to your setup requires::\n\n setup(\n ...\n setup_requires=[\n 'setuptools_freeze',\n ...\n ],\n entry_points={\n 'console_scripts': ['