We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d69ae commit 6386696Copy full SHA for 6386696
setup.py
@@ -44,15 +44,15 @@ def read(fname):
44
45
author = 'exxeleron',
46
author_email = '[email protected]',
47
- url = 'https://github.com/exxeleron/qPython',
+ url = 'http://github.com/exxeleron/qPython',
48
license = 'Apache License Version 2.0',
49
50
ext_modules = ext_modules,
51
include_dirs = [numpy.get_include()],
52
53
keywords = ['kdb+'],
54
classifiers=[
55
- 'Development Status :: 6 - Beta',
+ 'Development Status :: 4 - Beta',
56
'Environment :: Console',
57
'Intended Audience :: Developers',
58
'Intended Audience :: Education',
0 commit comments