File tree Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Expand file tree Collapse file tree 4 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 5
5
6
6
"""
7
7
:authors: co0lc0der
8
- :license: MIT, see LICENSE file
8
+ :license: MIT
9
9
:copyright: (c) 2022 co0lc0der
10
10
"""
11
11
34
34
version
35
35
),
36
36
37
- license = 'MIT, see LICENSE.md file ' ,
37
+ license = 'MIT' ,
38
38
39
39
packages = ['simple-query-builder' ],
40
40
41
41
classifiers = [
42
+ 'Topic :: Database' ,
43
+ 'Topic :: Database :: Database Engines/Servers' ,
42
44
'License :: OSI Approved :: MIT License' ,
43
45
'Operating System :: OS Independent' ,
44
46
'Intended Audience :: End Users/Desktop' ,
51
53
'Programming Language :: Python :: 3.10' ,
52
54
'Programming Language :: Python :: Implementation :: PyPy' ,
53
55
'Programming Language :: Python :: Implementation :: CPython' ,
56
+ 'Programming Language :: SQL'
54
57
]
55
58
)
Original file line number Diff line number Diff line change 1
1
"""
2
2
:authors: co0lc0der
3
- :license: MIT, see LICENSE file
3
+ :license: MIT
4
4
:copyright: (c) 2022 co0lc0der
5
5
"""
6
6
7
7
from .querybuilder import *
8
8
9
9
__author__ = 'co0lc0der'
10
- __version__ = '0.3.0 '
10
+ __version__ = '0.3.1 '
11
11
__email__ = 'c0der@ya.ru'
Original file line number Diff line number Diff line change 1
1
"""
2
2
:authors: co0lc0der
3
- :license: MIT License, see LICENSE file
3
+ :license: MIT
4
4
:copyright: (c) 2022 co0lc0der
5
5
"""
6
6
You can’t perform that action at this time.
0 commit comments