File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
setuptools .setup (
9
9
name = "senginta" , # This is the name of the package
10
- version = "0.0.1 " , # The initial release version
10
+ version = "0.0.7 " , # The initial release version
11
11
author = "Michael Abraham Chan Tulenan" , # Full name of the author
12
12
author_email = "michael.4ct@gmail.com" ,
13
13
description = "All in one Search Engine for used by API or Python Module (Unofficial)" ,
16
16
packages = LIST_PACKAGES , # List of all python modules to be installed
17
17
classifiers = [
18
18
"Programming Language :: Python :: 3" ,
19
- "License :: MIT License" ,
19
+ "License :: OSI Approved :: MIT License" ,
20
20
"Operating System :: OS Independent" ,
21
21
], # Information to filter the project on PyPi website
22
22
python_requires = '>=3.8' , # Minimum version requirement of the package
You can’t perform that action at this time.
0 commit comments