From ce4a4728f57de12a32b10ee3ec45ab186d2ee60e Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Mon, 4 May 2020 09:09:54 -0400 Subject: [PATCH] [PACKAGING] Fixed typo in setup.py --- python/setup.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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