-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
preparing things for first beta release
- Loading branch information
1 parent
75ca654
commit 9812012
Showing
4 changed files
with
20 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,13 +11,24 @@ def read(fname): | |
author_email = "[email protected]", | ||
description = ("A simple CUDA kernel tuner in Python"), | ||
license = "Apache 2.0", | ||
keywords = "auto-tuning pycuda cuda gpu", | ||
keywords = "auto-tuning gpu pycuda cuda pyopencl opencl", | ||
url = "http://benvanwerkhoven.github.io/kernel_tuner/", | ||
packages=['kernel_tuner'], | ||
long_description=read('README.md'), | ||
classifiers=[ | ||
'Environment :: Console', | ||
'Intended Audience :: Developers', | ||
'Intended Audience :: Science/Research', | ||
'Intended Audience :: Education', | ||
'License :: OSI Approved :: Apache Software License', | ||
'Natural Language :: English', | ||
'Operating System :: POSIX :: Linux', | ||
'Programming Language :: Python :: 2.7', | ||
'Programming Language :: Python :: 3.5', | ||
'Topic :: Scientific/Engineering', | ||
'Topic :: Software Development', | ||
'Topic :: System :: Distributed Computing', | ||
'Development Status :: 2 - Pre-Alpha', | ||
'Development Status :: 4 - Beta', | ||
], | ||
) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters