Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MaulikxLakhani authored Aug 2, 2024
1 parent ceaf5fc commit f8a9097
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@

setup(
name='PortScout',
version='1.0.1',
version='1.0.2',
author='Maulik Lakhani',
author_email='[email protected]', # Replace with the author's email
description='A fast and efficient network port scanner for common ports. ',
author_email='[email protected]',
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',
packages=find_packages(),
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',
Expand Down

0 comments on commit f8a9097

Please sign in to comment.