[PACKAGING] Added some more files for packaging

This commit is contained in:
Philippe Tillet
2020-05-04 08:58:58 -04:00
committed by Philippe Tillet
parent c73dee080c
commit 3709f564e1
4 changed files with 14 additions and 1 deletions

View File

@@ -109,4 +109,15 @@ setup(
ext_modules=[CMakeExtension('triton', 'triton/_C/')],
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'
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
'Topic :: Software Development :: Build Tools',
'License :: OSI Approved :: MIT License', # Again, pick a license
'Programming Language :: Python :: 3.6',
],
)