-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ceaf5fc
commit f8a9097
Showing
1 changed file
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|