from setuptools import setup

setup(
    name="sg-socket-constants",
    version="1.7.0",
    description="Constants variables for socket",
    author="Taka Okunishi",
    author_email="okunishitaka.com@gmail.com",
    url="https://github.com/realglobe-Inc/sg-socket-constants#readme",
    license="Apache-2.0",
    py_modules=["sg_socket_constants"],
)
