[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),
|
cmdclass=dict(build_ext=CMakeBuild),
|
||||||
zip_safe=False,
|
zip_safe=False,
|
||||||
# for PyPI
|
# for PyPI
|
||||||
keyword=['Compiler', 'Deep Learning']
|
keyword=['Compiler', 'Deep Learning'],
|
||||||
url='https://github.com/ptillet/triton/'
|
url='https://github.com/ptillet/triton/',
|
||||||
download_url='https://github.com/ptillet/triton/archive/v0.1.tar.gz'
|
download_url='https://github.com/ptillet/triton/archive/v0.1.tar.gz',
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Development Status :: 4 - Beta', # Chose either "3 - Alpha", "4 - Beta" or "5 - Production/Stable" as the current state of your package
|
'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
|
'Intended Audience :: Developers', # Define that your audience are developers
|
||||||
|
Reference in New Issue
Block a user