Skip to content

Commit e5ebe59

Browse files
author
michael-act
committed
Second Commit
1 parent 91cefa1 commit e5ebe59

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
@@ -7,7 +7,7 @@
77

88
setuptools.setup(
99
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
1111
author="Michael Abraham Chan Tulenan", # Full name of the author
1212
author_email="michael.4ct@gmail.com",
1313
description="All in one Search Engine for used by API or Python Module (Unofficial)",
@@ -16,7 +16,7 @@
1616
packages=LIST_PACKAGES, # List of all python modules to be installed
1717
classifiers=[
1818
"Programming Language :: Python :: 3",
19-
"License :: MIT License",
19+
"License :: OSI Approved :: MIT License",
2020
"Operating System :: OS Independent",
2121
], # Information to filter the project on PyPi website
2222
python_requires='>=3.8', # Minimum version requirement of the package

0 commit comments

Comments
 (0)