from setuptools import setup

setup(
    name="pylint-guidelines-checker",
    version="0.0.1",
    url='http://github.com/Azure/azure-sdk-for-python',
    license='MIT License',
    description="A pylint plugin which enforces azure sdk guidelines.",
    author='Microsoft Corporation',
    author_email='azpysdkhelp@microsoft.com',
    py_modules=['pylint_guidelines_checker'],
)