Skip to content

Commit 6386696

Browse files
committed
Update setup.py
1 parent 13d69ae commit 6386696

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,15 @@ def read(fname):
4444

4545
author = 'exxeleron',
4646
author_email = '[email protected]',
47-
url = 'https://github.com/exxeleron/qPython',
47+
url = 'http://github.com/exxeleron/qPython',
4848
license = 'Apache License Version 2.0',
4949

5050
ext_modules = ext_modules,
5151
include_dirs = [numpy.get_include()],
5252

5353
keywords = ['kdb+'],
5454
classifiers=[
55-
'Development Status :: 6 - Beta',
55+
'Development Status :: 4 - Beta',
5656
'Environment :: Console',
5757
'Intended Audience :: Developers',
5858
'Intended Audience :: Education',

0 commit comments

Comments
 (0)