[PACKAGING] Fixed typo in setup.py
This commit is contained in:
committed by
Philippe Tillet
parent
3709f564e1
commit
ce4a4728f5
@@ -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
|
||||
|
Reference in New Issue
Block a user