from setuptools import setup setup( name="{{pkg.name}}", version="{{pkg.version}}", description="{{pkg.description}}", author="{{pkg.author.name}}", author_email="{{pkg.author.email}}", url="{{pkg.homepage}}", license="{{pkg.license}}", py_modules=["sg_socket_constants"], )