diff --git a/setup.py b/setup.py index 1f2e3e9..349690c 100644 --- a/setup.py +++ b/setup.py @@ -10,10 +10,10 @@ setup( name='PortScout', - version='1.0.1', + version='1.0.2', author='Maulik Lakhani', - author_email='maulik.lakhanix@gmail.com', # Replace with the author's email - description='A fast and efficient network port scanner for common ports. ', + author_email='maulik.lakhanix@gmail.com', + description='A high-performance and efficient network port scanner for common ports. ', long_description=long_description, long_description_content_type='text/markdown', url='https://github.com/MaulikxLakhani/PortScout', @@ -21,10 +21,10 @@ include_package_data=True, install_requires=requirements, classifiers=[ - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', 'Topic :: Software Development :: Build Tools', - 'License :: OSI Approved :: MIT License', + 'License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication', 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.7', 'Programming Language :: Python :: 3.8',