We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e439193 commit eb42b08Copy full SHA for eb42b08
setup.py
@@ -6,13 +6,12 @@
6
version="0.2",
7
packages=["sqlitefts"],
8
description='A Python binding of SQLite Full Text Search Tokenizer',
9
- url='https://github.com/hideaki-t/igo-python/',
+ url='https://github.com/hideaki-t/sqlite-fts-python/',
10
classifiers=[
11
'Development Status :: 2 - Pre-Alpha',
12
'Intended Audience :: Developers',
13
'License :: OSI Approved :: MIT License',
14
'Operating System :: OS Independent',
15
- 'Operating System :: POSIX :: Linux',
16
'Programming Language :: Python :: 2.7',
17
'Programming Language :: Python :: 3.3',
18
'Programming Language :: Python :: 3.4',
0 commit comments