diff --git a/python/setup.py b/python/setup.py index 6c1e0e64b..3e694be44 100644 --- a/python/setup.py +++ b/python/setup.py @@ -110,9 +110,9 @@ setup( cmdclass=dict(build_ext=CMakeBuild), zip_safe=False, # for PyPI - keyword=['Compiler', 'Deep Learning'] - url='https://github.com/ptillet/triton/' - download_url='https://github.com/ptillet/triton/archive/v0.1.tar.gz' + keyword=['Compiler', 'Deep Learning'], + url='https://github.com/ptillet/triton/', + download_url='https://github.com/ptillet/triton/archive/v0.1.tar.gz', classifiers=[ 'Development Status :: 4 - Beta', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package 'Intended Audience :: Developers', # Define that your audience are developers